The easiest way is to assign the label when you plot the data, e.g.: import matplotlib.pyplot as plt ax = plt.gca() # or any other way to ...
確定! 回上一頁