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
0a80e249
Commit
0a80e249
authored
6 years ago
by
Ewan Cook
Browse files
Options
Downloads
Patches
Plain Diff
refs #23499 fix weird triple s in necessary
parent
49ecac5d
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
dev-docs/source/Widgets/Plotting.rst
+2
-2
2 additions, 2 deletions
dev-docs/source/Widgets/Plotting.rst
with
2 additions
and
2 deletions
dev-docs/source/Widgets/Plotting.rst
+
2
−
2
View file @
0a80e249
...
@@ -17,7 +17,7 @@ AxisChanger input boxes are automatically updated when the selected plot changes
...
@@ -17,7 +17,7 @@ AxisChanger input boxes are automatically updated when the selected plot changes
The design is such that the user has the ability to handle all matplotlib objects,
The design is such that the user has the ability to handle all matplotlib objects,
whilst the plotting and axis changing is handled internally.
whilst the plotting and axis changing is handled internally.
For this reason, only functions that are *absolutely necess
s
ary* should be exposed, as this maintains simplicity for the user of the wrapper.
For this reason, only functions that are *absolutely necessary* should be exposed, as this maintains simplicity for the user of the wrapper.
Functionality
Functionality
^^^^^^^^^^^^^
^^^^^^^^^^^^^
...
@@ -78,7 +78,7 @@ Exposes required functions from ``plotting_view.py``.
...
@@ -78,7 +78,7 @@ Exposes required functions from ``plotting_view.py``.
:raises KeyError: if the subplot name doesn't exist
:raises KeyError: if the subplot name doesn't exist
"""
"""
return self.view.get_subplot(name)
return self.view.get_subplot(name)
*Functions should only be exposed if they are necess
s
ary for use with the plotting interface.*
*Functions should only be exposed if they are necessary for use with the plotting interface.*
Plotting View
Plotting View
"""""""""""""
"""""""""""""
...
...
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