| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BasicPlot --+
|
ImagePlot
The equivalent of pylab.imshow(), but with the BasicPlot niceties and some defaults that are more in tune with what a scientist wants -- origin="lower", requiring x and y bins so that we can label axes correctly, and a colorbar.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Basic plot initialization. A subclass can override __init__ and call this one (plotutils.BasicPlot.__init__(self, *args, **kwargs)) and then initialize variables to hold data to plot and labels.
|
Add a given image to this plot.
|
Stub. Replace with a function that creates and makes your plot pretty. Do not do I/O here.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |