[Matplotlib-users] remove white area around

2011-06-13 Thread Andrea Crotti
I found this question asked other times, but trying myself there is no way that I get something working.. So I just want to generate a pdf from a plot with the smallest possible margin, and I was trying for example this: fig = plt.figure(1) fig.frameon = False plt.plot(range(10), ran

Re: [Matplotlib-users] Plan to merge the matplotlib-py3 branch?

2011-06-13 Thread Xavier Gnata
On 06/13/2011 07:38 PM, Darren Dale wrote: > On Mon, Jun 13, 2011 at 12:25 PM, Michael Droettboom wrote: >> This was recently discussed in the thread "v1.0.x branch seems confused." >> >> I (believe) the consensus was to get out another v1.0.x maintenance >> release out in the near future (which w

[Matplotlib-users] colorbar() moves to wrong place on subplots_adjust call

2011-06-13 Thread Nicholas Devenish
I've been seeing weird behaviour with using a colorbar() and adjusting the plot extents, either interactively in the GUI or through figure.subplots_adjust. If I adjust the axes after drawing the colorbar, it is placed incorrectly. This seems to happen independently of the backends that I have and e

Re: [Matplotlib-users] Plan to merge the matplotlib-py3 branch?

2011-06-13 Thread Darren Dale
On Mon, Jun 13, 2011 at 12:25 PM, Michael Droettboom wrote: > This was recently discussed in the thread "v1.0.x branch seems confused." > > I (believe) the consensus was to get out another v1.0.x maintenance > release out in the near future (which would not support py3k, but would > still support

Re: [Matplotlib-users] Plan to merge the matplotlib-py3 branch?

2011-06-13 Thread Michael Droettboom
This was recently discussed in the thread "v1.0.x branch seems confused." I (believe) the consensus was to get out another v1.0.x maintenance release out in the near future (which would not support py3k, but would still support Python 2.4), and then merge the py3 branch into master so it starts

[Matplotlib-users] Plan to merge the matplotlib-py3 branch?

2011-06-13 Thread Xavier Gnata
Hi, It looks like the matplotlib-py3 branch is worknig well both with python2.X and python3.X. Is there a plan to merge the changes from matplotlib-py3 into the default trunk anytime soon? Xavier -- EditLive Enterprise

[Matplotlib-users] Datetime formatting

2011-06-13 Thread Matthias Queitsch
Hello, i have some problems formatting my plot with dates on the x-axis. My time array contains datetime objects with year,month,day,hour,minute. Matplotlib shows hour, minute, second and the timezone. I want only hour and minute! I set my timezone in the matplotlibrc to 'UTC', but mpl shows sti