Shi Yi
Shi Yi
> I just created an example that adds a test for model significance, and get's a p-value for the entire model. https://github.com/cjekel/piecewise_linear_fit_py/blob/master/examples/test_for_model_significance.py > > As defined in Section 2.4.1 of...
Hi, maybe try` ax.format(labels = False)`first, then use `ax.set_xticks([0, 60, 120, 180, 240, 300, 360], crs=ccrs.PlateCarree())` to specify tick lines explicitly. It worked for me with Version 0.6.4. ``` import...
最新版本还是没有修复,应该是在画图函数里面ax1.legend()中,bbox_to_anchor的参数设置问题,legend超出画布范围了,自行修改这个参数即可。修改后把画图函数所在的这个plot.py文件单独抽出来引用