You are right, this solved my problem. Thank you very much.
mh
Jae-Joon Lee wrote:
>
> I believe that it does not actually change the y scale of the first
> axes, but simply the
> y tickmarks of the second axes gets visible again. It seems to me a
> bug, though. Anyhow, I guess inserting foll
I believe that it does not actually change the y scale of the first
axes, but simply the
y tickmarks of the second axes gets visible again. It seems to me a
bug, though. Anyhow, I guess inserting following line after
ax2.set_yscale("log") should solve your problem.
ax2.yaxis.tick_right()
-JJ
On
Hi everybody,
I want to include different data into one plot using a common xaxis but two
yaxis. One of these axis should be log scaled. The problem is, that this
automatically changes the scaling (or just the ticks) of first yaxis, which
should be linear to log. I assume this is a bug, but its a