python Diagramme zweite Achse

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Diagramme zweite Achse相关的知识,希望对你有一定的参考价值。

fig, ax1 = plt.subplots()
ax1.plot( x, y1, 'b')
ax1.set_ylim([y1min,y1max])

ax2 = ax1.twinx()
ax2.plot(x, y2, 'r')

ax2.ticklabel_format(axis='y', style='sci', scilimits=(-2,2))
ax2.set_ylim([y2min,y2max])

fig.tight_layout()
plt.show()

以上是关于python Diagramme zweite Achse的主要内容,如果未能解决你的问题,请参考以下文章

python Diagramme Ticks

python Diagramme Palette

python Diagramme QQplot

python Diagramme 3d-scatter

python Diagramme inline oder seperate Fenster

Excel,jede zweite Zeile anders formatieren公司