-
Hi Marco! |
Beta Was this translation helpful? Give feedback.
Answered by
marcomusy
Oct 18, 2022
Replies: 1 comment
-
Hi, what I would do, after the first call to ...
plt.show(...)
for i in range():
plt.camera.Azimuth(1) # and/or Elevation()
plt.render() Or use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkissi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, what I would do, after the first call to
show()
use a loop:Or use the
plt.move_camera()
method.One other option is
examples/other/makeVideo.py