Replies: 3 comments
-
It is actually a good idea and I was thinking about something along those lines following our discussion in #198. I'll need to put more thinking into it though. |
Beta Was this translation helpful? Give feedback.
-
I hope this could be added. |
Beta Was this translation helpful? Give feedback.
-
@Edwardlin-zlt : I'm a bit unclear on what you are asking for exactly, are you referring to sub-plots, e.g. https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe in some future version you might consider using "wrapper" kwargs, and pass options to more frequently used matplotlib functions with unpacking tuples, lists, and dicts, with a special case when passing just a single parameter. E.g.:
PROS:
matplotlib
.CONS:
Beta Was this translation helpful? Give feedback.
All reactions