6
Asse secondario con twinx (): come aggiungere alla legenda?
Ho una trama con due assi y, usando twinx(). Dò anche etichette alle linee e voglio mostrarle con legend(), ma riesco solo a ottenere le etichette di un asse nella legenda: 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