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
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 boundari
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 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 to plot
>
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 exam
On Thu, Dec 15, 2011 at 9:32 PM, Benjamin Root wrote:
>
> On Thu, Dec 15, 2011 at 3:18 PM, Alex Naysmith wrote:
>
>>
>>
>> On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith
>> wrote:
>>
>>>
>>>
>>> On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root wrote:
>>>
On Sat, Dec 10, 2011 at 10:36 AM, Ale