knots.display.show_with_guide#
- knots.display.show_with_guide(knot: Knot, lw: float = 7) Figure[source]#
Show the knot with Bezier control points.
Three things are shown:
the complete curve in solid blue
the unit cell in dashed red
the bezier control points in dashed pink with markers
- Parameters:
- knotKnot
The knot to display
- lwfloat, default: 7
The width of the line used to draw the knot in points
- Returns: