Ruth Comer
Ruth Comer
**Description:** Given two workflows in the same repo using this action, have one workflow ignore the state saved by another. I think either of these two options would work for...
## 🚀 Pull Request ### Description SciTools/iris#353 proposed introducing ruff to cf-units for linting, but also changed some style choices (max line length and import sort order). IMO this made...
## 🐛 Bug Report Cannot currently build cf-units from source on Met Office machine with python 3.12. Everything is fine if I pin `python=3.11`. ## How to Reproduce Steps to...
## PR summary Closes #28170. * Introduce the _root_ parameter to `get_figure` and make the behaviour consistent between `SubFigure` and other artists. * Turn the `figure` attribute into a property...
### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/matplotlib.artist.Artist.get_figure.html#matplotlib.artist.Artist.get_figure ### Problem I'm not sure whether this is a documentation issue or a bug. The docstring for `get_figure` states that it returns a `Figure`, which I...
## 🚀 Pull Request ### Description A proposal to resolve #3561, hopefully without creating breaking changes for the user. Quoting myself from that issue: > Noting that > >* 1st...
## 🚀 Pull Request ### Description This is the same bugfix as #4294. In there, I also tried to add type hints following my interpretation of [the dev guide](https://scitools-iris.readthedocs.io/en/stable/developers_guide/contributing_code_formatting.html#type-hinting). This...
## PR summary https://github.com/matplotlib/matplotlib/issues/19768#issuecomment-1854735866 suggested that we should have some kind of container for the output of `indicate_inset[_zoom]`. https://github.com/matplotlib/matplotlib/issues/23424#issuecomment-1185544814 suggested that it should be drawn as a single path to...
## ✨ Feature Request A convenience function to get an appropriate Cartopy projection from a cube. ## Motivation When plotting a map to the current axes, `iris.plot` has [some logic](https://github.com/SciTools/iris/blob/2056703a0a84d1b9ee9f6e314e38c2156a8988b0/lib/iris/plot.py#L930-L965)...
### Documentation Link https://matplotlib.org/devdocs/gallery/statistics/boxplot_vs_violin.html ### Problem This example states > For more information on violin plots, the scikit-learn docs have a great section: https://scikit-learn.org/stable/modules/density.html However, the linked scikit-learn page does...