Ruth Comer

Results 454 comments of Ruth Comer

Hi @stefsmeets, yes it looks like that should work in principle. Something like ```python import numpy as np import numpy.ma as ma import dask.array as da def lazy_median(array, axis): array...

#5066 updated all the aggregator docstrings to indicate which are lazy. PERCENTILE has been lazy since v3.3. Is there still appetite to work on MEDIAN? Obviously you can just use...

Thanks @saranti, basically just create a new branch and a new PR referencing this one. You could `git cherry-pick` the relevant commit from here into your branch, or just write...

@mounilKshah please do. Anyone is welcome to work on anything. Our Contributors’ Guide is here: https://matplotlib.org/devdocs/devel/index.html

I tried to run the example from @anuappu with current package versions but it failed before it got to the plotting step. Perhaps because pandas has changed something. Since there...

Hi, I’m just checking on the status of this one. It looks like it was ready to go but unfortunately now has conflicts with the main branch again. @smartlixx do...

> maybe it is just that people aren't as interested in contributing to the lower-level plotting side of things relative to the computation/calculation side of things...? I think it’s a...

Thank you for your work on this @htonchia. I see that some of it was pulled into #1622. As far as I can tell, all the issues you were targeting...

I opened #2166 to try to get pcolormesh working directly with RGB(A), but it turned out to be way more complicated than I thought and I don't know how soon...