Ruth Comer

Results 454 comments of Ruth Comer

Hi @LangQi99 are you still working on this one? If not, we can close in favour of #30795, which is closer to completion, but I do not want to do...

Thanks for the quick reply @LangQi99. Closing in favour of #30795.

If *places* is not set, we already default to 6 significant figures https://github.com/matplotlib/matplotlib/blob/db83efff4d7d3849f8bffbd1f6cdfc43d74c9aea/lib/matplotlib/ticker.py#L1384-L1386 I'm guessing that "places" is short for "decimal places", so it is not immediately intuitive to me...

Hi @ebubekir-pulat I see you now have three draft PRs open. Do you need some help from us to get them ready for review? In general draft PRs tend to...

@ebubekir-pulat we have some[ guidelines here](https://matplotlib.org/devdocs/devel/pr_guide.html#pull-request-guidelines) to work through, but as it says, it doesn't have to be perfect. If you are stuck on something specific, do ask. If not,...

@ebubekir-pulat have a look at the [triage_tests.py](https://matplotlib.org/devdocs/devel/testing.html#viewing-image-test-output) script to help you review those image test failures and replace the reference images if appropriate. The failure for test_get_font_names may just be...

Sorry you never got a response on this @jessefkolb! In order to investigate, we would need access to the data to be able to reproduce your example. Is this still...

I have been playing with this in my fork of Matplotlib which, until today, also had issues switched off. Even after I turn issues on and open one, I still...

@AbhinRustagi you are welcome to submit a pull request for any issue, but we do not assign them. Please see our contributors’ guide: https://matplotlib.org/devdocs/devel/index.html

In my mind `array` is more specific than `data`: for a scalar mappable, each number in `array` is mapped to a color using your chosen colormap. The `data` in an...