mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

Rotation of 3D axes after plot_all() makes all scatter points disappear #4

Closed mountaindust closed 7 years ago

mountaindust commented 7 years ago

This also happens when interacting with 2D axes, and has to do with the animation. Solution: clf after the animation is done and redraw.

mountaindust commented 7 years ago

That solution works for 2D, but not for 3D where the clf and redraw freezes the scatter plot (but not the 2Dtext?). After after trying to get this to work for a while, I'm demoting it to low priority. One can always re-plot the last frame with plot() and play with it there.