Re: [Matplotlib-users] Setting axis range so it is not rescaled

2009-06-05 Thread John Hunter
On Thu, Jun 4, 2009 at 5:33 PM, Sandro Tosi wrote: > Hi, > > On Thu, Jun 4, 2009 at 23:26, citronade wrote: >> >> I am trying to set the x and y axis range on a log-log plot. The ranges I >> give are automatically adjusted to the nearest power of 10, but I would like >> to have the minimum and ma

Re: [Matplotlib-users] Setting axis range so it is not rescaled

2009-06-04 Thread Sandro Tosi
Hi, On Thu, Jun 4, 2009 at 23:26, citronade wrote: > > I am trying to set the x and y axis range on a log-log plot. The ranges I > give are automatically adjusted to the nearest power of 10, but I would like > to have the minimum and maximum axis values not be powers of 10. Is there a > way to se

[Matplotlib-users] Setting axis range so it is not rescaled

2009-06-04 Thread citronade
I am trying to set the x and y axis range on a log-log plot. The ranges I give are automatically adjusted to the nearest power of 10, but I would like to have the minimum and maximum axis values not be powers of 10. Is there a way to set the axis range so that it is not automatically rescaled? --