Home | Trees | Index | Help |
---|
Module pygplot :: Class _Contour |
|
_Object
--+
|
_Contour
Method Summary | |
---|---|
Initialization function for Contour. | |
Retunr the world coordinates corresponding to pixel coordinates px and py. | |
Plot the contour. | |
Return the xrange and yrange that would allow all the data to be plotted. | |
Inherited from _Object | |
|
Method Details |
---|
__init__(self,
parent,
data,
contours=None,
ncontours=10,
cfunc=<function Linear at 0x72c030>,
high=None,
low=None,
irange=None,
fsize=None,
font=None,
jrange=None,
xrange=None,
yrange=None,
color=None,
linewidth=None,
linestyle=None,
clabc='white',
clabi=40,
clabm=10,
tr=None,
clab=None)
Initialization function for Contour.
|
_pix2world(self, px, py)Retunr the world coordinates corresponding to pixel coordinates px and py. |
plot(self)Plot the contour. |
range(self)Return the xrange and yrange that would allow all the data to be plotted. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 25 12:14:22 2007 | http://epydoc.sf.net |