[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? --

Re: [Matplotlib-users] using MPL and ipython "run" command

2009-05-15 Thread citronade
I had a similar issue and this thread mostly solved it, save for one remaining bug. If I also call a different module in my main program that does the plotting in MPL, and then I modify that module, then when I try to run it again in ipython it acts as if the module I imported has not been change