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
f7347760
Commit
f7347760
authored
6 years ago
by
Anthony Lim
Browse files
Options
Downloads
Patches
Plain Diff
refs #23524 updated docs for muon plotting
parent
1d5613e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev-docs/source/Widgets/Plotting.rst
+15
-4
15 additions, 4 deletions
dev-docs/source/Widgets/Plotting.rst
with
15 additions
and
4 deletions
dev-docs/source/Widgets/Plotting.rst
+
15
−
4
View file @
f7347760
...
...
@@ -30,6 +30,8 @@ The four subplot arrangements are:
*This layout can be changed by modifying ``plotting_utils.py``.*
The python toolbar is available for use. Two custom buttons have been added for adding and removing lines from a subplot.
Usage
^^^^^
::
...
...
@@ -62,9 +64,14 @@ The Plotting_ files are arranged in the following format:
AxisChanger/
axis_changer_presenter.py
axis_changer_view.py
edit_widows/
remove_plot_window.py
select_subplot.py
plotting_presenter.py
plotting_view.py
plotting_utils.py
subPlot_object.py
navigation_toolbar.py
Both the Plotting and AxisChanger modules are in MVP (Model, View, Presenter) format, as this benefits maintainability.
...
...
@@ -99,15 +106,19 @@ Handles the gridspec layouts: further gridspecs can be defined in ``plotting_uti
TODO
^^^^
- Move plotting to a more central, accessible location in the mantid codebase
- Options for changing line colours, fonts etc.
- Moveable lines with the related events (i.e. can check whether a line is moved within tolerance of a given x value)
- Addition of more subplots
- Exporting subplots as PNGs etc.
- Removal of individual plots from a subplot (the way plotted lines are stored would have to be changed)
- Allow any spectrum number to be plotted
Done
^^^^
- Options for changing line colours, fonts etc. This is done by python toolbar.
- Exporting subplots as PNGs etc. This is done by python toolbar.
- Removal of individual plots from a subplot (the way plotted lines are stored would have to be changed). Needed some rewritting but done now.
Known Issues
^^^^^^^^^^^^
-
TBC after testing
-
Axis change goes blank after removing subplot.
Related Bugs/Notes
^^^^^^^^^^^^^^^^^^
...
...
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