Ruth Comer
Ruth Comer
`intersection_of_cubes` is deprecated in favour of [the `extract_overlapping` method](https://scitools-iris.readthedocs.io/en/latest/generated/api/iris.cube.html#iris.cube.CubeList.extract_overlapping), which appears to only care about the coordinate names. Is that better for your use-case @bblay?
Closing this one as a duplicate of #26942
I cannot reproduce the example from https://github.com/SciTools/cartopy/issues/1822#issuecomment-894352025 with Cartopy 0.22, so I guess something happened that fixed it.
I think it would be good to retain a simple violin plot example in some form. We have [Violin Plot Basics](https://matplotlib.org/stable/gallery/statistics/violinplot.html) which actually seems to be many ways to customise...
Hi @glumr it looks like this issue is specifically about basemap, so I’ll transfer it to that repository.
This would close #25949. Note that there is an existing orphaned PR #26061. I haven’t looked at the detail but https://github.com/matplotlib/matplotlib/issues/28170#issuecomment-2095144072 suggests we might need #28177 first.
For (1), it is possible to document private modules https://matplotlib.org/stable/api/_api_api.html
Can we do anything about the one-entry-per-line rule for examples [like this](https://output.circle-artifacts.com/output/job/b6e8be57-f083-411d-8d19-68269017390b/artifacts/0/docs/build/html/gallery/miscellanea/un_flag.html#sphx-glr-gallery-miscellanea-un-flag-py)?
Possible duplicate of #3584.
Is there a reason this is specifically about `_CollectionWithSizes`? E.g. why would colour cycling be disallowed on `PathCollection` but OK on `LineCollection`?