Antony Lee
Antony Lee
The culprit is the comment at the top of ``` # add patches in reverse order so that when stacking, # items lower in the stack are plottted on top...
I think any reasonable fix to this will lead to inversing the order in which the bars are being drawn (which is fine with me -- you'd expect the later...
I didn't actually check the implementation, but does this also work with ticks on the right or the top?
The naming is somewhat unfortunate, but that's more or less already the case with the proposal to make annotate() the "blessed" API to draw arrows: annotate() is really just a...
A real example of use case would be the equivalent of #25905, namely put some text at a corner of a (sub)figure, offset by some multiple of the fontsize (e.g.,...
I suspect we should definitely include `\def\mathdefault#1{#1}` (or the equivalent providecommand) in the actual output pgf (without being commented), as the command just doesn't exist otherwise. Whether the "everymath" command...
You can use https://docs.python.org/3/library/importlib.html#importlib.resources.path to extract the resource to a real file. Adapting font_manager to work with in-memory files would be... not impossible, but a lot of work and I'm...
See also #25998.
@jklymak Sorry I didn't see your old ping as you typo'd my username ;) In general this looks fine to me (assuming we do want to move towards semantic artists,...
Many cases (not all) were fixed by https://github.com/matplotlib/matplotlib/pull/15827.