[Matplotlib-users] ANN: SciPy 2015 Talk & Poster Selections Announced Today, Early Bird Deadline 5/22

2015-05-13 Thread Courtenay Godshall (Enthought)
The talks & posters for the 2015 SciPy Conference were announced today: http://scipy2015.scipy.org/ehome/115969/292868/? &. Early bird registration deadline was extended (final) to 5/22 - hope we'll see you this year! -

Re: [Matplotlib-users] Basemap - UTM Support

2015-05-13 Thread Nick Eubank
Thanks Don. The consensus seems to be that I need to move to Cartopy, which apparently supersedes Basemap. (Just realized the helpful responses I received weren't cc'd to the list, so responding here for the record). On Wed, May 13, 2015 at 1:47 PM Don Morton wrote: > Hi, > > I only partially k

Re: [Matplotlib-users] Cartopy install problem: this correct forum?

2015-05-13 Thread Benjamin Root
No, it isn't this list. I think it is the Iris list instead: https://groups.google.com/forum/#!forum/scitools-iris On Wed, May 13, 2015 at 1:06 PM, Nick Eubank wrote: > Not sure if this is the right forum; also posting to Stack Overflow ( > http://stackoverflow.com/questions/30221047/cartopy-con

Re: [Matplotlib-users] Cartopy install problem: this correct forum?

2015-05-13 Thread Nick Eubank
Thanks! On Wed, May 13, 2015 at 3:07 PM Benjamin Root wrote: > No, it isn't this list. I think it is the Iris list instead: > https://groups.google.com/forum/#!forum/scitools-iris > > On Wed, May 13, 2015 at 1:06 PM, Nick Eubank wrote: > >> Not sure if this is the right forum; also posting to S

Re: [Matplotlib-users] Basemap - UTM Support

2015-05-13 Thread Don Morton
Hi, I only partially know what I'm talking about, but what the heck. Have you considered pyproj (which Basemap is apparently built on)? Pyproj seems to support any kind of projection you could even imagine, and a quick ggogle suggests UTM would be included. I had to learn all about this to some

[Matplotlib-users] hexbin....matplotlib.collections.PolyCollection

2015-05-13 Thread Sebastian
Is there a way to get at all the paths with matplotlib1.3.0? I use hexbin and create the following output: "hex31mm" In [42]: type(hex31mm) Out[42]: matplotlib.collections.PolyCollection I am trying to replicate my use of the method "get_paths" under "matplotlib 1.1.0" for the function below but

[Matplotlib-users] Cartopy install problem: this correct forum?

2015-05-13 Thread Nick Eubank
Not sure if this is the right forum; also posting to Stack Overflow ( http://stackoverflow.com/questions/30221047/cartopy-conda-install-error-osx-library-not-loaded-rpath-libproj-0-dylib ). Will re-post any answers from here to SO. Did conda install: conda install -c scitools cartopy Seemed to g

[Matplotlib-users] How to convert time to angle in matplotlib's spectrogram?

2015-05-13 Thread nxkryptor nxkr
I have a pressure transducer signal along with the crank angle from an internal combustion engine. A sample data is available here . Now, I am trying to plot the spectrogram of this pressure signal using the code below