Ruth Comer
Ruth Comer
@pawjast the Matplotlib logos are generated with Matplotlib, so there should be no need to resort to Inkscape :-) https://matplotlib.org/stable/gallery/misc/logos2.html
One thing that strikes me about a lot of other [Numfocus projects' logos](https://numfocus.org/sponsored-projects) is that they include the project name in the logo. The fact that Matplotlib doesn't feel the...
Sorry, I meant I think it's good that we don't need to include the name in the logo.
> Someone else should probably take over. Thanks for letting us know @farquh!
I agree that `set_thing` is canonical and `set` is a shortcut. I think whether the shortcut is appropriate for a particular use-case is up to the user to decide. For...
Thank you for your efforts @AnsonTran!
I can reproduce this with v3.8.0, but if I put the `clabel` call after the setting the log scales, it looks right:  So I think the reason the second...
I _think_ making the original example work would require calculating the labels (and modifying the contours) at draw time rather than when `clabel` is called. Since the draw machinery is...
Thanks for the clear report @wei-lingfeng! In v3.7 `allsegs` was an attribute that was defined once during the `ContourSet`'s instantiation https://github.com/matplotlib/matplotlib/blob/6f10acc80b359d966c957773608bb84b733ee963/lib/matplotlib/contour.py#L822-L823 At v3.8.0 the `ContourSet` had a significant re-write and...
Thanks for the report @szwang1990! Cartopy 0.20 is quite old now. Are you able to test with the latest version 0.23? If the problem does persist in the latest version,...