Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
3592fbc9
Commit
3592fbc9
authored
Jun 09, 2021
by
Valentin Valls
Browse files
Define stackview as an alias
parent
22b1dba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/flint/client/plots.py
View file @
3592fbc9
...
...
@@ -747,7 +747,7 @@ class StackView(BasePlot):
WIDGET
=
"silx.gui.plot.StackView"
# Available name to identify this plot
ALIASES
=
[
"stack"
,
"imagestack"
]
ALIASES
=
[
"stack"
,
"imagestack"
,
"stackview"
]
# Name of the method to add data to the plot
METHOD
=
"setStack"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment