List of all classes, functions and methods in python-igraph
class NullDrawer(ShapeDrawer):
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). |