6
Eje secundario con twinx (): ¿cómo agregar a la leyenda?
Tengo una trama con dos ejes y, usando twinx(). También le doy etiquetas a las líneas y quiero mostrarlas legend(), pero solo consigo obtener las etiquetas de un eje en la leyenda: import numpy as np import matplotlib.pyplot as plt from matplotlib import rc rc('mathtext', default='regular') fig = plt.figure() ax …
288
python
matplotlib
axis
legend