[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] 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