class documentation

Plotly backend-specific vertex drawer.

Method __init__ Constructs the vertex drawer and associates it to the given palette.
Method draw Draws the given vertex.
Method draw_label Undocumented
Instance Variable fig Undocumented
Instance Variable VisualVertexBuilder Undocumented
Method _construct_visual_vertex_builder Undocumented

Inherited from AbstractVertexDrawer:

Instance Variable layout Undocumented
Instance Variable palette Undocumented
def __init__(self, fig, palette, layout): (source)

Constructs the vertex drawer and associates it to the given palette.

Parameters
figUndocumented
palettethe palette that can be used to map integer color indices to colors when drawing vertices
layoutthe layout of the vertices in the graph being drawn
def draw(self, visual_vertex, vertex, point): (source)

Draws the given vertex.

Parameters
visual_vertexobject specifying the visual properties of the vertex. Its structure is defined by the VisualVertexBuilder of the CairoGraphDrawer; see its source code.
vertexthe raw igraph vertex being drawn
pointUndocumented
coordsthe X and Y coordinates of the vertex as specified by the layout algorithm, scaled into the bounding box.
def draw_label(self, visual_vertex, point, **kwds): (source)

Undocumented

Undocumented

VisualVertexBuilder = (source)

Undocumented

def _construct_visual_vertex_builder(self): (source)

Undocumented