python-igraph API reference

List of all classes, functions and methods in python-igraph

class documentation

class NullDrawer(ShapeDrawer):

View In Hierarchy

Static drawer class which draws nothing.

This class is used for graph vertices with unknown shapes

Static Method draw_path Draws nothing.
Class Variable names Undocumented

Inherited from ShapeDrawer:

Static Method intersection_point Determines where the shape centered at (center_x, center_y) intersects with a line drawn from (source_x, source_y) to (center_x, center_y).
@staticmethod
def draw_path(ctx, center_x, center_y, width, height=None):
names: list[str] =

Undocumented