Home | Trees | Indices | Help |
|
---|
|
object --+ | CoordinateSystem
Class implementing a coordinate system object.
Coordinate system objects are used when drawing plots which 2D or 3D coordinate system axes. This is an abstract class which must be extended in order to use it. In general, you'll only need the documentation of this class if you intend to implement an own coordinate system not present in igraph yet.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initializes the coordinate system.
|
Converts local coordinates to the context coordinate system (given by the bounding box). This method must be overridden in derived classes. |
Draws the coordinate system. This method must be overridden in derived classes. Note that a
coordinate system itself is not plottable (there is no
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 16 21:30:47 2008 | http://epydoc.sourceforge.net |