Replies: 1 comment
-
In Progress |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider the following example:
It would be nice if methods such as
set_points_smoothly()
would take iterators as input, e.g. the last line of the above snippet could beshape = mn.VMobject().set_points_smoothly(zip(x,y))
.Beta Was this translation helpful? Give feedback.
All reactions