Mathias Hauser
Mathias Hauser
The `DataRequired` does not properly work for FileField, because it returns a `starlette.datastructures.UploadFile` and is thus not empty (even if no file is uploaded). So it might be worthwhile to...
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.
- [ ] Closes #482 - [ ] Tests added - [ ] Passes `isort . && black . && flake8` - [ ] Fully documented, including `whats-new.rst` WIP to...
Check the actual dependencies and try if base is enough.
- [x] Addresses part of #529 - [ ] Tests added - [ ] Passes `isort . && black . && flake8` - [ ] Fully documented, including `whats-new.rst` Comments...
I think we want to show the age of the 'user-requested' package (i.e. the one in min-all-deps.yml) and not of the 'policy-required' when running min_deps_check.py.