Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
8416b2be
Commit
8416b2be
authored
6 years ago
by
Ewan Cook
Browse files
Options
Downloads
Patches
Plain Diff
Revert "refs #23260 fix labels not updating when selecting errors"
This reverts commit
c5461979
.
parent
02cf7984
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Muon/GUI/ElementalAnalysis/Plotting/plotting_view.py
+3
-1
3 additions, 1 deletion
scripts/Muon/GUI/ElementalAnalysis/Plotting/plotting_view.py
with
3 additions
and
1 deletion
scripts/Muon/GUI/ElementalAnalysis/Plotting/plotting_view.py
+
3
−
1
View file @
8416b2be
...
...
@@ -116,10 +116,12 @@ class PlotView(QtGui.QWidget):
for
name
,
plot
in
iteritems
(
self
.
plots
):
workspaces
=
self
.
workspaces
[
name
]
self
.
workspaces
[
name
]
=
[]
x
,
y
=
plot
.
get_xlim
(),
plot
.
get_ylim
()
plot
.
clear
()
for
workspace
in
workspaces
:
self
.
plot
(
name
,
workspace
)
self
.
_set_bounds
(
name
)
plot
.
set_xlim
(
x
)
plot
.
set_ylim
(
y
)
self
.
_replay_additions
(
name
)
def
_replay_additions
(
self
,
name
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment