To change the labels for Pandas df.plot() use ax.legend([...]): import pandas as pd import matplotlib.pyplot as plt fig, ax = plt.subplots() ...
確定! 回上一頁