Plot the seventh graph with a patch as a label: plt.subplot(3,4,7) red_patch = mpatches.Patch(color='red', label='The red data') ...
確定! 回上一頁