Re: [Matplotlib-users] EPS backend

2013-06-07 Thread Yoshi Rokuko
Fr, 7 Jun 2013 10:13:26 -0400 Michael Droettboom : > Have you tried setting ps.usedistiller to False, or xpdf? There have > been problems using Ghostscript as a distiller with recent versions > of Ghostscript. No, I didn't try. Thanks for the hint, I will test that. > We'll need a minimal exa

Re: [Matplotlib-users] Problem setting clim for subplots

2013-06-07 Thread Eric Firing
Julien, See https://github.com/matplotlib/matplotlib/pull/2119 for a proposed fix. Eric -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. D

Re: [Matplotlib-users] time axis format

2013-06-07 Thread Paul Hobson
On Thu, Jun 6, 2013 at 11:39 PM, Sudheer Joseph wrote: > Dear Experts, > I have been experimenting with the plot_dates option of > matplotlib to plot time series data and have below questions > > I have used > loc = mdates.AutoDateLocator() > ax.xaxis.set_major_locator(loc) > ax.xaxis

Re: [Matplotlib-users] EPS backend

2013-06-07 Thread Michael Droettboom
On 06/07/2013 05:07 AM, Yoshi Rokuko wrote: > I'm having problems recently with printing EPS figures created by > matplotlib. To me this is strange because printing postscript should > just work in my opinion. > > My most recent example is a Basemap thing with AxesGrid. Basically the > idea was to

Re: [Matplotlib-users] Problem setting clim for subplots

2013-06-07 Thread Julien Cornebise
Thans a lot Eric for the fast and detailed answer! On Thu, Jun 6, 2013 at 9:24 PM, Eric Firing wrote: > On 2013/06/06 2:08 AM, Julien Cornebise wrote: > > Dear all > > > > I am puzzled: in the following code, when I call clim() *after* having > > created 3 subplots, only the last subplot takes

[Matplotlib-users] EPS backend

2013-06-07 Thread Yoshi Rokuko
I'm having problems recently with printing EPS figures created by matplotlib. To me this is strange because printing postscript should just work in my opinion. My most recent example is a Basemap thing with AxesGrid. Basically the idea was to have six maps nicely arranged on a DIN A4 paper for pri