Module pygplot :: Class _Axis
[show private | hide private]
[frames | no frames]

Class _Axis

_Object --+
          |
         _Axis


A class used by the Plot class. It defines an alternate axis, which is created using PGAXIS. This does not alter the viewport or otherwise alter the plotting; it is simply a convenient way to draw an axis.
Method Summary
  __init__(self, parent, x1, y1, x2, y2, v1, v2, options, step, nsub, dmajl, dmajr, fmin, disp, orient, fsize, font, linestyle, linewidth, color)
The axis initialization routine.
  plot(self)
Plot the axis.
    Inherited from _Object
  __getattr__(self, name)

Method Details

__init__(self, parent, x1, y1, x2, y2, v1, v2, options='', step=0, nsub=0, dmajl=0.5, dmajr=0.5, fmin=0.5, disp=0.29999999999999999, orient=0.0, fsize=None, font=None, linestyle=None, linewidth=None, color=None)
(Constructor)

The axis initialization routine.

plot(self)

Plot the axis. Usually called by the plot() function of the Plot class.

Generated by Epydoc 2.1 on Tue Sep 25 12:14:23 2007 http://epydoc.sf.net