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

Class Variable names Undocumented
Static Method draw_path Draws nothing.

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).
names =

Undocumented

(type: list[str])
@staticmethod
def draw_path(ctx, center_x, center_y, width, height=None):
API Documentation for igraph, generated by pydoctor 21.2.2.