Ruth Comer

Results 454 comments of Ruth Comer

I can reproduce this in v3.7.3 but not in v3.7.1. The code won't run at v3.7.2 because of #26287.

If I branch off v3.7.x and drop the commit from #25499 (which caused #26287), I cannot reproduce.

I _think_ this may have something to do with a dpi mismatch. If I remove this line https://github.com/matplotlib/matplotlib/blob/acfef85aad4bfb20e1de529839395fc84a86b860/lib/matplotlib/backend_bases.py#L2208-L2210 the problem is fixed (though of course other tests fail). Edit: it...

Also specific to rasterization. If we skip this line https://github.com/matplotlib/matplotlib/blob/acfef85aad4bfb20e1de529839395fc84a86b860/lib/matplotlib/colorbar.py#L583 the colours are positioned where they should be (though they don't look great) both for the main `axes_grid1` case and...

I'm unconvinced we would need to support passing multiple legend labels. If you are already looping through your artists to set the colours, you can set the labels at the...

Could we introduce `tick_labels` and `legend_label` and have a longer-than-usual deprecation period for `labels`?

Thanks for digging into this @thuiop! Do you know if Matplotlib's `date2num` gets called at all for the "no timezone" case? Noting that Matplotlib ultimately needs a sequence of floats...

Thanks @thuiop. So if I have understood, the problem ultimately boils down to the fact that [numpy datetime64 does not support timezones](https://numpy.org/doc/stable/reference/arrays.datetime.html#datetime64-conventions-and-assumptions). If it did, Pandas would presumably pass us...

I think this is a combination of two factors: * `stable/devel` now redirects to `devdocs/devel` because we want contributors to find the most up-to-date information * dependencies info was moved...

Now that v3.8.3 is out, the link is pointing to the correct location.