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
Use a dataclass instead of a dict as a return type for boxplot()
This is a prove of concept. Backward compatibility is achieved though
a collections.abc.Mapping mixin. Note though, that I did not go as far
as MutableMapping. If someone has written to the returned dict, they
would still be broken.
open issues:
- documentation incomplete
- should switch usages in the matplotlib code to attributes
- Where to put the dataclass? cbook or axes?
- should we use silent_list to make the repr a bit nicer?
0 commit comments