Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
8095f069
Commit
8095f069
authored
Feb 24, 2021
by
joseph-torsney
Committed by
Peterson, Peter
Feb 26, 2021
Browse files
Fix typo when setting legend visibility
parent
fcd2f3f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/applications/workbench/workbench/plotting/figureinteraction.py
View file @
8095f069
...
...
@@ -283,7 +283,7 @@ class FigureInteraction(object):
if
remove_legend_flag
:
action_taken
=
True
legend
=
ax
.
get_legend
()
legend
.
set
V
isible
(
False
)
legend
.
set
_v
isible
(
False
)
canvas
.
draw
()
return
action_taken
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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