Ruth Comer
Ruth Comer
Apologies for asking this several hours late, but are either of these relevant here? https://github.com/matplotlib/matplotlib/blob/59f9b3c707da6888f0053cf66a2e61b25a21bd3b/lib/matplotlib/tests/test_units.py#L14 https://github.com/matplotlib/matplotlib/blob/59f9b3c707da6888f0053cf66a2e61b25a21bd3b/lib/matplotlib/tests/test_image.py#L1199
As it stands, the implementation here is identical to that for the vertical lines, so we have ```python import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.fill_between([0, 1], [0, 1],...
I wondered if we could use the `Shapes` type of hatch with a very simple straight path for this and actually it seems to work well: Defining the class as...
Does this also close #10369?
Do you see any output in the console when the window hangs? Also what happens if you set the backend to a specific interactive one? A colleague of mine recently...
Cartopy does not know about Xarray so would not have specific support for that. `add_cyclic` uses slicing and `numpy.concatenate` so it's possible that if Xarray were to support `numpy.concatenate` via...
[pytestify](https://github.com/dannysepler/pytestify) is excellent, so if you can get a given test module to a point where it is using `unittest.TestCase` rather than a bespoke Iris test class, the rest should...
I do not know what changed but I just tried this with Matplotlib v3.8.4 in a notebook and got the expected result, i.e. the figure is **not** resized to include...
Thanks @devRD, it seems likely that #24079 has stalled, so I think it’s fine to pick this up if you are interested. It would be good to bring it to...
@ebalogun01 if you are experiencing problems with the latest version of Matplotlib, please open a new issue with details.