Re: [Matplotlib-users] bug or problem in my configuration

2007-10-19 Thread humufr
Sorry I didn't know the difference... N. Le Friday 19 October 2007 10:52:25 Darren Dale, vous avez écrit : > On Friday 19 October 2007 10:38:36 am [EMAIL PROTECTED] wrote: > > Le Friday 19 October 2007 08:37:00 Darren Dale, vous avez écrit : > > > On Thursday 18 October 2007 11:49:50 am [EMAIL PR

Re: [Matplotlib-users] bug or problem in my configuration

2007-10-19 Thread Darren Dale
On Friday 19 October 2007 10:38:36 am [EMAIL PROTECTED] wrote: > Le Friday 19 October 2007 08:37:00 Darren Dale, vous avez écrit : > > On Thursday 18 October 2007 11:49:50 am [EMAIL PROTECTED] wrote: > > > Hi, > > > > > > I have a small problem with label. > > > > > > > > > plot([0,1],[0,1]) > >

Re: [Matplotlib-users] bug or problem in my configuration

2007-10-19 Thread humufr
Oups I found the problem, I don't know why because it was working fine before the upgrade to gutsy but I have to change matplotlib configuration and everything is working fine if I put in the file: rc('text', usetex=True) sorry to have bother you with this, N. Le Friday 19 October 2007 08:37:

Re: [Matplotlib-users] bug or problem in my configuration

2007-10-19 Thread humufr
I don't think the problem is in dvipng because I have exactly the same when I'm using GtkAgg and before your message I didn't have dvipng installed. I'm using ubuntu gutsy so perhaps there are a change in the lib. N. Le Friday 19 October 2007 08:37:00 Darren Dale, vous avez écrit : > On Thursd

Re: [Matplotlib-users] bug or problem in my configuration

2007-10-19 Thread Darren Dale
On Thursday 18 October 2007 11:49:50 am [EMAIL PROTECTED] wrote: > Hi, > > I have a small problem with label. > > > plot([0,1],[0,1]) > xlabel(r'$ABCDEF$',fontsize=35) > > (but the size doesn't change anything) I obtain the result visible on the > figure join. I think there are a problem when

Re: [Matplotlib-users] Margin are too wide

2007-10-19 Thread Romain Bignon
On Thursday 18 October 2007 06:43, Wayne E. Harlan wrote: > First you should look at the axes() command with its arguments to > control the boundaries of the plot area inside the figure. I always use > this to maximize the use of the figure space. What is argument to do that? In API I didn't fin

Re: [Matplotlib-users] Contours and imshow plots have offset

2007-10-19 Thread Eric Firing
Christian Lerrahn wrote: > Hi, > when I plot 2D data with imshow() and then add a contour plot, my > contours have an offset in relation to the data. At the same time there > is white space at the edge of my plot, so I assume that it is the > imshow plot that actually gets shifted. I'm new to Pytho