From 452780c754942b4268ebd41fb7ffcbe9b55c411d Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Sat, 19 Nov 2016 18:28:06 -0500 Subject: [PATCH] Fix documentation for xy= in plot and plotPotentials --- galpy/potential_src/Potential.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galpy/potential_src/Potential.py b/galpy/potential_src/Potential.py index 8def1c4a5..b4ce67401 100644 --- a/galpy/potential_src/Potential.py +++ b/galpy/potential_src/Potential.py @@ -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 @@ -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