6
Eixo secundário com twinx (): como adicionar à legenda?
Eu tenho um gráfico com dois eixos y, usando twinx(). Também dou rótulos às linhas e quero mostrá-las legend(), mas só consigo obter os rótulos de um eixo na legenda: import numpy as np import matplotlib.pyplot as plt from matplotlib import rc rc('mathtext', default='regular') fig = plt.figure() ax = fig.add_subplot(111) …
288
python
matplotlib
axis
legend