Skip to content

Commit

Permalink
confirmed that it can draw a wider set of equations
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSchweyk committed Mar 31, 2022
1 parent 1483d3b commit 868e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Table/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# table.emergency_stop()

info = table.draw_equation("sin(4.2 * theta)", 5 * pi, theta_speed=.5, scale_factor=1, sleep=.005)
info = table.draw_equation("sin(5*theta)", 1 * pi, theta_speed=.5, scale_factor=1, sleep=.005)

print("info:", info)

Expand Down

0 comments on commit 868e7de

Please sign in to comment.