Tim Hoffmann
Tim Hoffmann
Separating hatch color from edge color is a separate topic. See https://github.com/matplotlib/matplotlib/issues/26074 and the PRs linked therein.
Note: #29871 is ready as a PoC and could be finalized with limited effort. It may be an option to try that and see how many images are different between...
The request sounds reasonable. > it would mean that `include` directives have unique rules w.r.t. tags. Yes, `include` must influence the tags one way or the other. Thoughts on the...
@oscargus do you mean the arrow in [quiver](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.quiver.html)? This does not help with BoxStyle.
> I think [@timhoffm](https://github.com/timhoffm) is the right person to ask about resolving what is the right thing for api consistency, do you have an opinion on the correct behavior? My...
I like `examples_src`. > I wonder if it would cause confusion if someone was e.g., looking at how SG is setup in an existing project? Just checked the output folder:...
Side notes: 1. Likely, we should also change the example structure in the sphinx-gallery repo itself to be a role model. That's quite a bit of code churn, but not...
Note: Matplotlib also has a [policy on this](https://matplotlib.org/devdocs/devel/api_changes.html#add-new-api). > Consider making as many arguments keyword-only as possible. We also have a deprecation/migration decorator for this [_api.make_keyword_only](https://matplotlib.org/devdocs/api/_api_api.html#matplotlib._api.deprecation.make_keyword_only). To migrate from ```python...
I'm +0.5 on removing `grid_alpha`. There's value in reducing the number of parameters an dependency between them. While we should not remove primary `alpha` parameters from functions because they are...
The difference with `subplot_mosaic` is that in general you want explicit placing in 2D and "N elements in a row" is just a special case. I'd claim that one never...