Tim Hoffmann

Results 273 comments of Tim Hoffmann

I fundamentally support the idea of distinguishing the two cases better. I'm always hesitant with *request changes* because somebody has to dismiss the review afterwards, and GitHub makes quite a...

> * edgecolor can only take one color @story645 IIRC we said this because some aspects were represented by a Line2D, so that individual styling per violin is not supported....

@aaarne Do you plan to come back to this? Let us know in case you need any help.

Note that Jax and torch arrays will be converted in the upcoming 3.9 release. See #25887

> or should I add TensorFlow separately? (-> I'll open a separate issue then) As a quick solution, please add a special case for tensorflow as well similar to JAX/torch...

Maybe the way to go here is what https://pydata-sphinx-theme.readthedocs.io/en/stable/ is doing. They add an overlay for the input box when one activates search.

I cannot really say. Matplotlib doc build times are annoyingly slow (up to 12min). They vary quite strongly for local builds depending on clean/non-clean builds, the environment I use (likely...

I‘m in between lax and normative. We should have clear recommendations (flat is preferred over flatten or ravel). We should continue to support „common“ current operations (e.g. flatten and ravel)...

Plans / possibilities: - broadcasting methods (e.g. `axs[:,0].set_ylabel(text)`) - remove the need for `squeeze=False` for Nx1 or 1xM subplots: We can support 1D and 2D indexing on them simultaneously. -...