Re: [Matplotlib-users] Using 'scaled' for aspect ratio

2007-01-06 Thread Eric Firing
Mark Bakker wrote: > Eric - > > Yeah, I agree. The words 'equal' is confusing. But it was taken from > matlab. 'scaled' was my invention/doing. I thought it was better than > 'equal', as it makes the scales equal on both axes. Either way, I would > like it if we can fix the data limits in a sim

[Matplotlib-users] subplot does not work in svn

2007-01-06 Thread Chris Fonnesbeck
I have just updated to a matplotlib build from SVN, and now all my subplots generate errors: (Pdb) rows Out[3]: 2 (Pdb) columns Out[3]: 2 (Pdb) num Out[3]: 1 (Pdb) subplot(rows, columns, num) *** KeyError: 'axes.formatter.limits' I really dont know why this is happening, so I would appreciate any

Re: [Matplotlib-users] Using 'scaled' for aspect ratio

2007-01-06 Thread Mark Bakker
Thanks Eric. I'll give it a shot, Mark On 1/6/07, Eric Firing <[EMAIL PROTECTED]> wrote: Mark Bakker wrote: > Eric - > > Yeah, I agree. The words 'equal' is confusing. But it was taken from > matlab. 'scaled' was my invention/doing. I thought it was better than > 'equal', as it makes the scales

Re: [Matplotlib-users] subplot does not work in svn

2007-01-06 Thread Eric Firing
Chris, I suspect it is a problem with your matplotlibrc file; you could try stripping it down to bare minimum, as in the svn root directory. Another possibility is that your update is somehow incomplete or scrambled with an earlier installation. If that doesn't work, try making a minimal scrip