Public Member Functions | |
def | __init__ |
def | append |
def | appendTable |
def | clear |
def | getPlotFolder |
def | getPlotFolderNames |
def | getPlotFolders |
def | readDirs |
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 2970 of file plotting.py.
def plotting.Plotter.__init__ | ( | self | ) |
Definition at line 2972 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 2977 of file plotting.py.
Referenced by diclist.diclist.add(), and BeautifulSoup.Tag.setString().
def plotting.Plotter.appendTable | ( | self, | |
attachToFolder, | |||
args, | |||
kwargs | |||
) |
Definition at line 2984 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 2991 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolder | ( | self, | |
name | |||
) |
Definition at line 3001 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolderNames | ( | self | ) |
Definition at line 2995 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
def plotting.Plotter.getPlotFolders | ( | self | ) |
Definition at line 2998 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 3007 of file plotting.py.
References plotting.PlotGroup._plots, plotting.PlotOnSideGroup._plots, and plotting.Plotter._plots.
|
private |
Definition at line 2973 of file plotting.py.
Referenced by 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().