Ich kann der linken y-Achse eine Beschriftung hinzufügen plt.ylabel
, aber wie kann ich sie der sekundären y-Achse hinzufügen?
table = sql.read_frame(query,connection)
table[0].plot(color=colors[0],ylim=(0,100))
table[1].plot(secondary_y=True,color=colors[1])
plt.ylabel('$')