Re: [Matplotlib-users] Equal decades on loglog axes

2009-05-06 Thread Eric Firing
Jae-Joon Lee wrote: > On Wed, May 6, 2009 at 9:49 AM, Sebastian Pająk wrote: >> Hello >> >> How can I set decade on log x axis to be equal length to decade on log >> y axis (physically)? >> >> If I make: >> >> ax.set_xscale("log") >> ax.set_yscale("log") >> ax.set_aspect(1) >> >> I get it all wron

Re: [Matplotlib-users] Equal decades on loglog axes

2009-05-06 Thread Sebastian Pająk
Thanks a lot!. I don't understand it but It works now as it should. 2009/5/6 Jae-Joon Lee : > On Wed, May 6, 2009 at 9:49 AM, Sebastian Pająk wrote: >> Hello >> >> How can I set decade on log x axis to be equal length to decade on log >> y axis (physically)? >> >> If I make: >> >> ax.set_xscale(

Re: [Matplotlib-users] Equal decades on loglog axes

2009-05-06 Thread Jae-Joon Lee
On Wed, May 6, 2009 at 9:49 AM, Sebastian Pająk wrote: > Hello > > How can I set decade on log x axis to be equal length to decade on log > y axis (physically)? > > If I make: > > ax.set_xscale("log") > ax.set_yscale("log") > ax.set_aspect(1) > > I get it all wrong, the units are equal, not decade

[Matplotlib-users] Equal decades on loglog axes

2009-05-06 Thread Sebastian Pająk
Hello How can I set decade on log x axis to be equal length to decade on log y axis (physically)? If I make: ax.set_xscale("log") ax.set_yscale("log") ax.set_aspect(1) I get it all wrong, the units are equal, not decades!! I need the same effect as I get in Gnuplot - the square decades: set l