I found a solution. Changing the ax=fig.add_exes(0,0,1,1) to ax = plt.subplots() resolved the issue.
確定! 回上一頁