Ruth Comer

Results 454 comments of Ruth Comer

Thank you for the potential contribution. Unfortunately many tests are failing, including the one you added. I also ran your example code with your branch and got this - the...

@aydengemz do you plan on coming back to this?

@timhoffm I have replied on the issue.

This appears to be a numpy v2 change to the `__repr__` method on the `numpy.int32` object. ```python import numpy as np print(np.__version__) print(repr(np.int32(4))) ``` Older environment: ``` 1.26.4 4 ```...

Iris has loaded these scalar attributes as numpy types since at least v3.0.3. I would say that changing the type of the object is a bigger breaking change than changing...

Hi @carstrb I posted a workaround on [your StackOverflow question](https://stackoverflow.com/questions/79816723/how-to-ensure-cartopy-features-are-rendered-after-setting-matplotlib-axes-box-as) earlier, but this comes down to the fact that `FeatureArtist.draw` uses `GeoAxes.get_extent` to figure out which geometries to use. [`get_extent`...

I'm going to mark this as "draft" for now. Please mark it as "ready for review" when you are ready. In the meantime, if you need help, feel free to...

The use case that springs to mind for me is the third example here, where we add a bunch of spaces to move the month labels to the right. Ideally...