Skip to content
Snippets Groups Projects
Commit f7347760 authored by Anthony Lim's avatar Anthony Lim
Browse files

refs #23524 updated docs for muon plotting

parent 1d5613e4
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ The four subplot arrangements are: ...@@ -30,6 +30,8 @@ The four subplot arrangements are:
*This layout can be changed by modifying ``plotting_utils.py``.* *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 Usage
^^^^^ ^^^^^
:: ::
...@@ -62,9 +64,14 @@ The Plotting_ files are arranged in the following format: ...@@ -62,9 +64,14 @@ The Plotting_ files are arranged in the following format:
AxisChanger/ AxisChanger/
axis_changer_presenter.py axis_changer_presenter.py
axis_changer_view.py axis_changer_view.py
edit_widows/
remove_plot_window.py
select_subplot.py
plotting_presenter.py plotting_presenter.py
plotting_view.py plotting_view.py
plotting_utils.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. 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 ...@@ -99,15 +106,19 @@ Handles the gridspec layouts: further gridspecs can be defined in ``plotting_uti
TODO TODO
^^^^ ^^^^
- Move plotting to a more central, accessible location in the mantid codebase - 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) - 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 - Addition of more subplots
- Exporting subplots as PNGs etc. - Allow any spectrum number to be plotted
- Removal of individual plots from a subplot (the way plotted lines are stored would have to be changed)
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 Known Issues
^^^^^^^^^^^^ ^^^^^^^^^^^^
- TBC after testing - Axis change goes blank after removing subplot.
Related Bugs/Notes Related Bugs/Notes
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment