Skip to content

Question on Plotter() camera viewing angles #706

Answered by marcomusy
jkissi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, what I would do, after the first call to show() use a loop:

...
plt.show(...)
for i in range():
    plt.camera.Azimuth(1) # and/or Elevation()
    plt.render()

Or use the plt.move_camera() method.
One other option is examples/other/makeVideo.py

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jkissi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants