Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Matthieu Brucher
> > You might try checking what the existing values are: > > >>> rcParams['axes.formatter.limits'] > [-7, 7] > > and try: > > rcParams['axes.formatter.limits']=[-4,4] > Sorry, I didn't check the current values :| It works like a charm now, thanks for all the helpfull answers :) Matthieu -- Frenc

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Darren Dale
On Friday 29 February 2008 11:15:20 am Matthieu Brucher wrote: > > You can either set your axes.formatter.limits rc setting to something > > like 4, > > or you can make your axes smaller in the figure, like > > axes([0.25,0.125,0.7,0.85]) > > Thanks for this. I tried the first one (I can't make the

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Matthieu Brucher
> > You can either set your axes.formatter.limits rc setting to something like > 4, > or you can make your axes smaller in the figure, like > axes([0.25,0.125,0.7,0.85]) > Thanks for this. I tried the first one (I can't make the figure smaller ;)), but I got this result : File "images.py", line

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Darren Dale
On Friday 29 February 2008 10:38:33 am Matthieu Brucher wrote: > > Anyway, it is almost surely a bounding box problem. > > > > > I think you can use eps2eps to get a new bounding box. > > > > Thanks, I'll try this :) > > It doesn't change a thing :| > > Besides, even if it worked, there should be a

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Matthieu Brucher
> > > Anyway, it is almost surely a bounding box problem. > > I think you can use eps2eps to get a new bounding box. > > > Thanks, I'll try this :) It doesn't change a thing :| Besides, even if it worked, there should be a way of changing the global scale (see the attached image for a example).

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Matthieu Brucher
2008/2/29, Alan G Isaac <[EMAIL PROTECTED]>: > > On Fri, 29 Feb 2008, Matthieu Brucher apparently wrote: > > Sorry to raise this issue again, but some has a clue ? > > > Didn't see this earlier and you did not attach the picture > this time, Ooops... but I've seen cut-off labels in some settin

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Alan G Isaac
On Fri, 29 Feb 2008, Matthieu Brucher apparently wrote: > Sorry to raise this issue again, but some has a clue ? Didn't see this earlier and you did not attach the picture this time, but I've seen cut-off labels in some settings when there are negative coordinates in the EPS bounding box. (No

Re: [Matplotlib-users] Changing ticks format

2008-02-29 Thread Matthieu Brucher
Hi, Sorry to raise this issue again, but some has a clue ? Matthieu 2008/2/4, Matthieu Brucher <[EMAIL PROTECTED]>: > > Hi, > > I'm trying to change the y labels on the attached picture > (cout_it_459_zoom.eps). I modified the labels explicitly, but they still are > outside the picture :( > Is i