Re: [Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-18 Thread Alex Naysmith
On Thu, Dec 15, 2011 at 9:32 PM, Benjamin Root ben.r...@ou.edu wrote: On Thu, Dec 15, 2011 at 3:18 PM, Alex Naysmith yeoman.pyt...@gmail.comwrote: On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith yeoman.pyt...@gmail.comwrote: On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root

[Matplotlib-users] Remapping scattered data

2011-12-18 Thread Alexis Praga
Hi, I may have found an issue with some map projections.When I try to plot markers on a given map, and change the center ofprojection, the markers' coordinates are not remapped correctly.If the marker's coordinates are not inside the new boundaries, it issimply not displayed in some cases.For

Re: [Matplotlib-users] Remapping scattered data

2011-12-18 Thread Alexis Praga
Exactly. But I do not understand why some map projectionsautomatically adjust the data and others don't. Alexis On Sun, Dec 18, 2011 at 3:53 PM, Jeff Whitaker jsw...@fastmail.fm wrote: On 12/18/11 1:33 PM, Alexis Praga wrote: Hi, I may have found an issue with some map projections.When I try

Re: [Matplotlib-users] Remapping scattered data

2011-12-18 Thread Jeff Whitaker
On 12/18/11 1:33 PM, Alexis Praga wrote: Hi, I may have found an issue with some map projections.When I try to plot markers on a given map, and change the center ofprojection, the markers' coordinates are not remapped correctly.If the marker's coordinates are not inside the new boundaries,

Re: [Matplotlib-users] Strange time series plotting behavior / bug

2011-12-18 Thread Eric Firing
On 12/18/2011 01:13 PM, Wes McKinney wrote: This is a new one on me and extremely distressing: If I plot 139 dates versus 139 values, everything is OK In [40]: stamp = datetime.today() In [44]: from datetime import timedelta In [45]: inc = timedelta(1) In [46]: stamps = [stamp + inc * i