List of all classes, functions and methods in python-igraph
class MatplotlibVertexDrawer(AbstractVertexDrawer):
Method | __init__ |
Constructs the vertex drawer and associates it to the given palette. |
Method | draw |
Draws the given vertex. |
Instance Variable | context |
Undocumented |
Instance Variable | VisualVertexBuilder |
Undocumented |
Method | _construct_visual_vertex_builder |
Undocumented |
Inherited from AbstractVertexDrawer
:
Instance Variable | layout |
Undocumented |
Instance Variable | palette |
Undocumented |
Parameters | |
ax | Undocumented |
palette | the palette that can be used to map integer color indices to colors when drawing vertices |
layout | the layout of the vertices in the graph being drawn |
Parameters | |
visual_vertex | object specifying the visual properties of the vertex. Its structure is defined by the VisualVertexBuilder of the CairoGraphDrawer ; see its source code. |
vertex | the raw igraph vertex being drawn |
coords | the X and Y coordinates of the vertex as specified by the layout algorithm, scaled into the bounding box. |