pyspecdata.core.figlist.__init__¶
-
figlist.__init__(*arg, **kwargs)¶ Initialize a figure list, which can be used to generate a series of figures from the command line or prompt. Then the same code (if figlist_var is used) can be included inside a
pythonenvironment in a latex document.Parameters: - black (double) – A fractional number giving how “black” “black” is. Typically 1.0 is actually too dark and makes things hard to see.
- mlab (object) – If you want to use mayavi, this should be the mlab (module?)
- file_name (str) – This is the argument passed to
self.show(), and used to construct the file names.