Skip to content

Commit e4b411a

Browse files
committed
fix_wrap_around keyword description
1 parent c524c82 commit e4b411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4749,11 +4749,11 @@ def shiftdata(self,lonsin,datain=None,lon_0=None,fix_wrap_around=True):
47494749
given by current map projection.
47504750
fix_wrap_around if True reindex (if required) longitudes (and data) to
47514751
avoid jumps caused by remapping of longitudes of
4752-
points from outside of the (lon_0-180, lon_0+180)
4752+
points from outside of the [lon_0-180, lon_0+180]
47534753
interval back into the interval.
47544754
If False do not reindex longitudes and data, but do
47554755
make sure that longitudes are in the
4756-
(lon_0-180, lon_0+180) range.
4756+
[lon_0-180, lon_0+180] range.
47574757
============== ====================================================
47584758
47594759
if datain given, returns ``dataout,lonsout`` (data and longitudes shifted to fit in interval

0 commit comments

Comments
 (0)