Skip to content

Commit

Permalink
Fix documentation for xy= in plot and plotPotentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 19, 2016
1 parent c4a2768 commit 452780c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galpy/potential_src/Potential.py
Expand Up @@ -878,7 +878,7 @@ def plot(self,t=0.,rmin=0.,rmax=1.5,nrs=21,zmin=-0.5,zmax=0.5,nzs=21,
phi= (None) azimuth to use for non-axisymmetric potentials
xy= (False) if True, plot the density in X-Y
xy= (False) if True, plot the potential in X-Y
effective= (False) if True, plot the effective potential Phi + Lz^2/2/R^2
Expand Down Expand Up @@ -1983,7 +1983,7 @@ def plotPotentials(Pot,rmin=0.,rmax=1.5,nrs=21,zmin=-0.5,zmax=0.5,nzs=21,
phi= (None) azimuth to use for non-axisymmetric potentials
xy= (False) if True, plot the density in X-Y
xy= (False) if True, plot the potential in X-Y
ncontours= number of contours
Expand Down

0 comments on commit 452780c

Please sign in to comment.