Re: [matplotlib-devel] Basemap.shiftgrid without cyclic point

2009-10-17 Thread Jeff Whitaker
Eric Bruning wrote: > I'm using basemap to plot a dataset* that has longitude values like so: > > lon = [0, 2, 4, ..., 356, 358] > > I'd like to use Basemap.shiftgrid to transform the longitudes and data > to the -180, 180 interval, but I get 'ValueError, cyclic point not > included' since 360 isn'

[matplotlib-devel] Basemap.shiftgrid without cyclic point

2009-10-15 Thread Eric Bruning
I'm using basemap to plot a dataset* that has longitude values like so: lon = [0, 2, 4, ..., 356, 358] I'd like to use Basemap.shiftgrid to transform the longitudes and data to the -180, 180 interval, but I get 'ValueError, cyclic point not included' since 360 isn't among the longitudes. Attache