Public Member Functions | |
def | __init__ (self) |
def | append (self, *args, **kwargs) |
def | appendTable (self, attachToFolder, *args, **kwargs) |
def | clear (self) |
def | getPlotFolder (self, name) |
def | getPlotFolderNames (self) |
def | getPlotFolders (self) |
def | readDirs (self, *files) |
Private Attributes | |
_plots | |
Contains PlotFolders, i.e. the information what plots to do, and creates a helper object to actually produce the plots.
Definition at line 2964 of file plotting.py.
def plotting.Plotter.__init__ | ( | self | ) |
Definition at line 2966 of file plotting.py.
def plotting.Plotter.append | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Append a plot folder to the plotter. All arguments are forwarded to the constructor of PlotterItem.
Definition at line 2971 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
Referenced by diclist.diclist.add().
def plotting.Plotter.appendTable | ( | self, | |
attachToFolder, | |||
* | args, | ||
** | kwargs | ||
) |
Definition at line 2978 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.clear | ( | self | ) |
Remove all plot folders and tables
Definition at line 2985 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolder | ( | self, | |
name | |||
) |
Definition at line 2995 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolderNames | ( | self | ) |
Definition at line 2989 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolders | ( | self | ) |
Definition at line 2992 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.readDirs | ( | self, | |
* | files | ||
) |
Returns PlotterInstance object, which knows how exactly to produce the plots for these files
Definition at line 3001 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
|
private |
Definition at line 2967 of file plotting.py.
Referenced by plotting.Plotter.append(), plotting.Plotter.appendTable(), plotting.Plotter.clear(), trackingPlots.TrackingSeedingLayerTable.create(), trackingPlots.TrackingSeedingLayerTable.draw(), plotting.Plotter.getPlotFolder(), plotting.Plotter.getPlotFolderNames(), plotting.Plotter.getPlotFolders(), and plotting.Plotter.readDirs().