List of all classes, functions and methods in python-igraph
Drawers for various edge styles in graph plots.
Variable | cairo |
Undocumented |
Class | AbstractEdgeDrawer |
Abstract edge drawer object from which all concrete edge drawer implementations are derived. |
Class | ArrowEdgeDrawer |
Edge drawer implementation that draws undirected edges as straight lines and directed edges as arrows. |
Class | TaperedEdgeDrawer |
Edge drawer implementation that draws undirected edges as straight lines and directed edges as tapered lines that are wider at the source and narrow at the destination. |
Class | AlphaVaryingEdgeDrawer |
Edge drawer implementation that draws undirected edges as straight lines and directed edges by varying the alpha value of the specified edge color between the source and the destination. |
Class | LightToDarkEdgeDrawer |
No summary |
Class | DarkToLightEdgeDrawer |
No summary |