class documentation
class MatplotlibVertexDrawer(AbstractVertexDrawer): (source)
Constructor: MatplotlibVertexDrawer(ax, palette, layout)
Matplotlib backend-specific vertex drawer.
| Method | __init__ |
Constructs the vertex drawer and associates it to the given palette. |
| Method | draw |
Build the Artist for a vertex and return it. |
| Instance Variable | context |
Undocumented |
| Instance Variable | |
Undocumented |
| Method | _construct |
Undocumented |
Inherited from AbstractVertexDrawer:
| Instance Variable | layout |
Undocumented |
| Instance Variable | palette |
Undocumented |