Skip to content
Snippets Groups Projects
Commit 0a80e249 authored by Ewan Cook's avatar Ewan Cook
Browse files

refs #23499 fix weird triple s in necessary

parent 49ecac5d
No related branches found
No related tags found
No related merge requests found
...@@ -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 necesssary* 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 necesssary 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
""""""""""""" """""""""""""
......
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