>
> 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
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
>
> 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
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
>
>
> 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).
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
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
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