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
c6b6737a
Commit
c6b6737a
authored
3 years ago
by
Tom Hampson
Browse files
Options
Downloads
Patches
Plain Diff
Make sure the y-axis range changes when limits update.
parent
b606f3bf
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/release/v6.1.0/mantidworkbench.rst
+1
-0
1 addition, 0 deletions
docs/source/release/v6.1.0/mantidworkbench.rst
qt/widgets/instrumentview/src/MiniPlotMpl.cpp
+1
-0
1 addition, 0 deletions
qt/widgets/instrumentview/src/MiniPlotMpl.cpp
with
2 additions
and
0 deletions
docs/source/release/v6.1.0/mantidworkbench.rst
+
1
−
0
View file @
c6b6737a
...
...
@@ -37,5 +37,6 @@ Bugfixes
- First time dialog box will not appear recurrently, if user selected their choice of facility
and instrument at least once and checked "Do not show again until next version".
- Fixed a bug that would cause a crash if the user right clicked on the plot in the instrument view pick tab after the stored curves were cleared.
- The y-axis in the instrument view's pick tab will now rescale if the range changes.
:ref:`Release 6.1.0 <v6.1.0>`
This diff is collapsed.
Click to expand it.
qt/widgets/instrumentview/src/MiniPlotMpl.cpp
+
1
−
0
View file @
c6b6737a
...
...
@@ -124,6 +124,7 @@ void MiniPlotMpl::setData(std::vector<double> x, std::vector<double> y,
// is very different we need ensure the scale is tight enough to
// see newer plots so we force a recalculation from the data
axes
.
relim
();
axes
.
autoscaleView
();
replot
();
}
...
...
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