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

Class _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, 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.

Method Details

__init__(self, 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=1.0, font=1, linestyle=1, linewidth=1, color='white')
(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 Thu Feb 17 15:17:27 2005 http://epydoc.sf.net