szwang1990
szwang1990
### Bug summary **ax.title.set_size()** works for **loc='center'** but not for **loc='left'** or **'right'** ### Code for reproduction ```python fig, ax = plt.subplots() ax.title(label='abc', loc='left') ax.title.set_size(50) ``` ### Actual outcome ...
Hi, I am new to xESMF and when I installed xESMF using conda on my PC following [this tutorial](https://xesmf.readthedocs.io/en/stable/installation.html), pytest reported **5 failed tests**. I read about [this issue](https://github.com/JiaweiZhuang/xESMF/issues/47#issuecomment-582421822), but...
### Description When I use the PlateCarree projection in Cartopy to plot, the plot seems strange at some specific central longitudes. #### Code to reproduce ``` fname = 'alpha_BCC-CSM2-MR.nc' ds...