Save out all the plots hanging off this plot collection, using generated names.
This function will create names for every plot that belongs to the PlotCollection and save them out. The names will, by default, be prefixed with the name of the affiliate parameter file, and the file names should indicate clearly what each plot represents.
Parameters : | basename : string, optional
format : string, optional
override : boolean
force_save : boolean
|
---|---|
Returns : | items : string
|
Examples
>>> fns = pc.save()
>>> for fn in fns: print "Saved", fn