Note
Go to the end to download the full example code.
Knot example#
Draw the trefoil knot.
import knotpy as kp
k = kp.knot("+3_1")
kp.draw(k, show=True)
Note
Go to the end to download the full example code.
Draw the trefoil knot.
import knotpy as kp
k = kp.knot("+3_1")
kp.draw(k, show=True)