graphs#

Functions

bouquet(number_of_arcs)

Creates a bouquet graph represented as a PlanarDiagram.

cycle_graph(number_of_vertices)

Create a cycle graph represented as a PlanarDiagram.

handcuff_link()

parallel_edges(number_of_arcs)

Creates a planar diagram with parallel edges between two sets of vertices.

path_graph(number_of_vertices)

Create a path graph with the specified number of vertices.

star_graph(number_of_vertices)

Generates a star graph with a specified number of vertices.

theta_curve()

wheel_graph(number_of_vertices)

Create a wheel graph with the specified number of vertices.