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
7c144cac
Unverified
Commit
7c144cac
authored
4 years ago
by
PhilColebrooke
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 28470_axis_scale_settings_swapped
parents
ca42e322
1e024073
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/release/v5.1.0/mantidworkbench.rst
+1
-0
1 addition, 0 deletions
docs/source/release/v5.1.0/mantidworkbench.rst
qt/applications/workbench/workbench/plotting/figurewindow.py
+1
-1
1 addition, 1 deletion
qt/applications/workbench/workbench/plotting/figurewindow.py
with
2 additions
and
1 deletion
docs/source/release/v5.1.0/mantidworkbench.rst
+
1
−
0
View file @
7c144cac
...
...
@@ -39,5 +39,6 @@ Bugfixes
- Opening figure options on a plot with an empty legend no longer causes an unhandled exception.
- Fixed being able to zoom in and out of colorbars on colorfill plots.
- Fixed the default axis scale settings applying to the wrong axis.
- Performing an overplot by dragging workspaces onto colorfill plots now correctly replaces the workspace.
:ref:`Release 5.1.0 <v5.1.0>`
This diff is collapsed.
Click to expand it.
qt/applications/workbench/workbench/plotting/figurewindow.py
+
1
−
1
View file @
7c144cac
...
...
@@ -126,7 +126,7 @@ class FigureWindow(QMainWindow, ObservingView):
fig
=
self
.
_canvas
.
figure
fig_type
=
figure_type
(
fig
,
ax
)
if
fig_type
==
FigureType
.
Image
:
pcolormesh_from_names
(
names
,
fig
=
fig
,
ax
=
ax
)
pcolormesh_from_names
(
names
,
fig
=
fig
)
else
:
plot_from_names
(
names
,
errors
=
(
fig_type
==
FigureType
.
Errorbar
),
overplot
=
ax
,
fig
=
fig
)
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