szwang1990

Results 3 issues of 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 ![loc_center](https://github.com/matplotlib/matplotlib/assets/37451757/17a63aea-e66a-4d82-9249-026a587e595f)...

Community support

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...