You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MNT: Add type information to rcParams
The added `_Param.type` attribute is currently used only for
documentation, not for validation.
This allows to be more flexible and conveniently use type annotations such as int and
list[float] | None, but also strings such as ":mpltype:`color`".
* Apply suggestions from code review
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Add review suggestions
0 commit comments