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
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])
> >
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:
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
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
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
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