Re: [Matplotlib-users] conflicts with navigation bar events

2012-07-03 Thread Benjamin Root
On Mon, Jul 2, 2012 at 4:33 AM, jean-francois.mou...@hzg.de wrote: Hi all! How can I use the keyboard events up/down/right/left without starting an interaction with the navigation toolbar? I connected to the keypress events and everything looks ok until I press the down key: my connected

[Matplotlib-users] draw track across the Dateline in Basemap

2012-07-03 Thread fatuheeva
Hello, I am wondering if Basemap has the ability to plot a track across the Dateline? Plotting longitudes that go across the Dateline (e.g., [175,177,179,-179,-176]) wraps the track back around the globe when it goes from 179 to -179. Instead, I want them directly connected. My Basemap instance

Re: [Matplotlib-users] IndexError: index out of bounds

2012-07-03 Thread surfcast23
I will try initializing starting at 0 Benjamin Root-2 wrote: On Sun, Jul 1, 2012 at 12:50 PM, surfcast23 surfcas...@gmail.com wrote: Hi, I am translating a Matlab code to python and get the following error when the codes reaches the plotting section Warning (from warnings module):

Re: [Matplotlib-users] draw track across the Dateline in Basemap

2012-07-03 Thread Jeff Whitaker
On 7/3/12 11:39 AM, fatuheeva wrote: Hello, I am wondering if Basemap has the ability to plot a track across the Dateline? Plotting longitudes that go across the Dateline (e.g., [175,177,179,-179,-176]) wraps the track back around the globe when it goes from 179 to -179. Instead, I want them

Re: [Matplotlib-users] draw track across the Dateline in Basemap

2012-07-03 Thread Eric Firing
On 07/03/2012 08:21 AM, Jeff Whitaker wrote: On 7/3/12 11:39 AM, fatuheeva wrote: Hello, I am wondering if Basemap has the ability to plot a track across the Dateline? Plotting longitudes that go across the Dateline (e.g., [175,177,179,-179,-176]) wraps the track back around the globe when it

Re: [Matplotlib-users] draw track across the Dateline in Basemap

2012-07-03 Thread fatuheeva
Thanks Jeff. I'll explore those options and see what I can do. Mike From: Jeff Whitaker jeffrey.s.whita...@noaa.gov To: matplotlib-users@lists.sourceforge.net; fatuhe...@yahoo.com Sent: Tuesday, July 3, 2012 11:21 AM Subject: Re: [Matplotlib-users] draw track