pypath.visual.igraph_drawing§

Drawing routines to draw graphs.

This module contains routines to draw graphs on:

It also contains routines to send an igraph graph directly to (U{Cytoscape<http://www.cytoscape.org>}) using the (U{CytoscapeRPC plugin<http://gforge.nbic.nl/projects/cytoscaperpc/>}), see L{CytoscapeGraphDrawer}. L{CytoscapeGraphDrawer} can also fetch the current network from Cytoscape and convert it to igraph format.

members:

Classes

AbstractCairoGraphDrawer()

ArrowEdgeDrawer

alias of AbstractCairoGraphDrawer

DefaultGraphDrawerFFsupport(context, bbox[, ...])

Class implementing the default visualisation of a graph.

DefaultVertexDrawer

alias of AbstractCairoGraphDrawer

TextDrawer

alias of AbstractCairoGraphDrawer

Modules

pypath.visual.igraph_drawing.edge

Drawers for various edge styles in graph plots.

pypath.visual.igraph_drawing.vertex

Drawing routines to draw the vertices of graphs.