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 logscale yx;
set size ratio -1;

How can I do it in matplotlib?

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to