mplotutils icon indicating copy to clipboard operation
mplotutils copied to clipboard

helper functions for cartopy and matplotlib

Results 6 mplotutils issues
Sort by recently updated
recently updated
newest added

I doubt this is possible. Currently subfigs can only have relative sizes, and it seems not possible to change them after the fact. Also the can be nested or vertical...

If we create a figure and then resize it, the colorbar is no longer correct. We need to add `f.canvas.mpl_connect('resize_event', func)`. https://github.com/mathause/mplotutils/blob/e48e8d156990f269b786e0d7f29b3c8c3ac2f16f/mplotutils/_colorbar.py#L201 ```python %matplotlib import mplotutils as mpu import matplotlib.pyplot...

As for example in https://github.com/IPCC-WG1/Chapter-11/blob/376ab9a8e9ef6e788118a446f2e4b36d41163b2a/code/utils/plot.py#L167

I think the problem is that it is just at the edge of the plot. ```python import numpy as np import mplotutils as mpu import cartopy.feature as cfeature import cartopy.crs...

It would be nice to illustrate the examples.

- [x] Closes #62 - [ ] Tests added - [ ] Passes `isort . && black . && flake8` - [ ] Fully documented, including `CHANGELOG.md` ```python import cartopy.crs...