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
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(
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
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