draw#

draw(k, draw_circles=True, with_labels=False, with_title=False)#

Draw the planar diagram k using Matplotlib. :param k: A planar diagram :param draw_circles: draw the circle that define the positions of node, arcs, and areas/faces :param with_labels: set True to draw node labels :param with_title: set True to draw diagram title :return: