cvp
Mar 24, 2016 - 14:22
I try to use matplotlib TWINS like in a sample (link text)but it is refused..
I only want to display y-axis values/ticks on both sides (same scale).
Thanks for your help
I try to use matplotlib TWINS like in a sample (link text)but it is refused..
I only want to display y-axis values/ticks on both sides (same scale).
Thanks for your help
It seems that twinx and twiny exist but not twins!
Resolved:
ax2 = ax1.twinx()
ax2.set_ylim(ax.get_ylim())