fig, ax = plt.subplots(1, subplot_kw=dict(polar=True)) ax.plot(x, ... ax[row, col].text(0.5, 0.5, str((row, col)), color="green", ...
確定! 回上一頁