class documentation
class Base:
Known subclasses: aopp_deconv_tool.plot_helper.plotters.Histogram, aopp_deconv_tool.plot_helper.plotters.HorizontalLine, aopp_deconv_tool.plot_helper.plotters.Image, aopp_deconv_tool.plot_helper.plotters.IterativeLineGraph, aopp_deconv_tool.plot_helper.plotters.VerticalLine
Undocumented
| Method | attach |
Attach a datasource (input) and an axes ax (output) to the plot. |
| Method | attach |
Undocumented |
| Method | attach |
Undocumented |
| Method | detach |
Undocumented |
| Method | detach |
Undocumented |
| Method | detach |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | is |
Undocumented |
| Method | iter |
Undocumented |
| Method | on |
Performs any initial setup that is required when an axes is attached. Should be overwritten by subclass |
| Method | on |
Performs any initial setup that is required when a datasource is attached. Should be overwritten by subclass. |
| Method | set |
Undocumented |
| Method | update |
Undocumented |
| Method | update |
Undocumented |
| Method | update |
Undocumented |
| Class Variable | ax |
Undocumented |
| Class Variable | axis |
Undocumented |
| Class Variable | axis |
Undocumented |
| Class Variable | datasource |
Undocumented |
| Class Variable | hdl |
Undocumented |
| Class Variable | plt |
Undocumented |
| Class Variable | show |
Undocumented |
| Class Variable | static |
Undocumented |
| Class Variable | title |
Undocumented |
| Instance Variable | ax |
Undocumented |
| Instance Variable | datasource |
Undocumented |
| Instance Variable | datasource |
Undocumented |
| Instance Variable | n |
Undocumented |
def attach(self, ax:
mpl.axes.Axes, datasource: Any, datasource_data_getter: Callable[ [ Any], tuple[ Any]]):
¶
Attach a datasource (input) and an axes ax (output) to the plot.
overridden in
aopp_deconv_tool.plot_helper.plotters.Histogram, aopp_deconv_tool.plot_helper.plotters.HorizontalLine, aopp_deconv_tool.plot_helper.plotters.Image, aopp_deconv_tool.plot_helper.plotters.IterativeLineGraph, aopp_deconv_tool.plot_helper.plotters.VerticalLinePerforms any initial setup that is required when an axes is attached. Should be overwritten by subclass
overridden in
aopp_deconv_tool.plot_helper.plotters.Histogram, aopp_deconv_tool.plot_helper.plotters.HorizontalLine, aopp_deconv_tool.plot_helper.plotters.Image, aopp_deconv_tool.plot_helper.plotters.IterativeLineGraph, aopp_deconv_tool.plot_helper.plotters.VerticalLinePerforms any initial setup that is required when a datasource is attached. Should be overwritten by subclass.