Public Member Functions | |
def | __init__ |
def | append |
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 1916 of file plotting.py.
def plotting.Plotter.__init__ | ( | self | ) |
Definition at line 1918 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 1948 of file plotting.py.
Referenced by diclist.diclist.add(), and BeautifulSoup.Tag.setString().
def plotting.Plotter.readDirs | ( | self, | |
files | |||
) |
Returns PlotterInstance object, which knows how exactly to produce the plots for these files
Definition at line 1955 of file plotting.py.
References plotting.PlotGroup._plots, and plotting.Plotter._plots.
|
private |
Definition at line 1919 of file plotting.py.
Referenced by plotting.Plotter.readDirs().