Home | Trees | Indices | Help |
|
---|
|
Drawing and plotting routines for IGraph.
Plotting is dependent on the pycairo
library which
provides Python bindings to the popular Cairo library. This
means that if you don't have pycairo
installed, you won't be able to use the plotting capabilities. However,
you can still use Graph.write_svg to save the graph to an SVG file and
view it from Mozilla Firefox (free) or edit it in Inkscape (free), Skencil (formerly known
as Sketch, also free) or Adobe Illustrator (not free, therefore I'm not
linking to it :)).
License: Copyright (C) 2006-2007 Gabor Csardi <csardi@rmki.kfki.hu>, Tamas Nepusz <ntamas@rmki.kfki.hu> MTA RMKI, Konkoly-Thege Miklos st. 29-33, Budapest 1121, Hungary This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
BoundingBox Class representing a bounding box (a rectangular area). |
|||
CircleDrawer Static class which draws circular vertices |
|||
CoordinateSystem Class implementing a coordinate system object. |
|||
DescartesCoordinateSystem Class implementing a 2D Descartes coordinate system object. |
|||
DownTriangleDrawer Static class which draws triangles pointing down |
|||
NullDrawer Static drawer class which draws nothing. |
|||
Plot Class representing an arbitrary plot |
|||
RectangleDrawer Static class which draws rectangular vertices |
|||
ShapeDrawer Static class, the ancestor of all vertex shape drawer classes. |
|||
UpTriangleDrawer Static class which draws upright triangles |
|
|||
|
|||
|
|||
|
|
|||
__loader__ = <zipimporter object "/Library/Python/2.5/site-pac
|
|||
known_shapes =
|
|
Collects graph visualization attributes from various sources. This method is used by Graph.__plot__ to collect the attributes required for graph visualization from various sources. Attribute value sources are:
Attribute sources are considered exactly in the order mentioned above. Optionally, the retrieved value is passed through an arbitrary transformation.
|
Draws a path of a shape on the given Cairo context.
|
Plots the given object to the given target. Positional and keyword arguments not explicitly mentioned here will be
passed down to the
See Also: Graph.__plot__ |
|
__loader__
|
known_shapes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 16 21:30:46 2008 | http://epydoc.sourceforge.net |