Skip to content

Commit

Permalink
Do not animate the scatter plot.
Browse files Browse the repository at this point in the history
This is annoying and unphysical so we try to reduce the default
animation.
  • Loading branch information
prabhuramachandran committed Dec 30, 2020
1 parent 9196d95 commit 2dc44c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysph/tools/ipy_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,7 @@ def interactive_plot(self, config={}):
# being displayed.

self.plot = p3.figure(width=800)
self.plot.animation_exponent = 0.0
temp_data = self.get_frame(0)['arrays']
for array_name in self._widgets.particles.keys():
pa_widgets = self._widgets.particles[array_name]
Expand Down

0 comments on commit 2dc44c2

Please sign in to comment.