Skip to content

Commit

Permalink
Add ability to animate up to three subplots
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 25, 2017
1 parent 2f3be58 commit 6009d97
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 185 deletions.
6 changes: 3 additions & 3 deletions galpy/orbit_src/Orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3570,7 +3570,7 @@ def __add__(self,linOrb):
linOrb._orb.vxvv[3]],
**orbSetupKwargs)

def animate(self,*args,**kwargs):
def animate(self,*args,**kwargs): #pragma: no cover
"""
NAME:
Expand All @@ -3582,9 +3582,9 @@ def animate(self,*args,**kwargs):
INPUT:
d1= first dimension to plot ('x', 'y', 'R', 'vR', 'vT', 'z', 'vz', ...)
d1= first dimension to plot ('x', 'y', 'R', 'vR', 'vT', 'z', 'vz', ...); can be list with up to three entries for three subplots
d2= second dimension to plot
d2= second dimension to plot; can be list with up to three entries for three subplots
width= (600) width of output div in px
Expand Down

0 comments on commit 6009d97

Please sign in to comment.