-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
Needs DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionVisualizationplottingplotting
Description
I was trying sharex=True
in df.plot(). That confused me. I think it's because sharex
was only designed to work with subplots=True
. It does something with subplots=False
(the default) as well, except it's not clear what and it doesn't make much sense.
My suggestion would be, in the case that subplots=False
, to either ignore sharex
(and sharey
?) altogether or warn when it is specified (or both).
TinoDerb
Metadata
Metadata
Assignees
Labels
Needs DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionVisualizationplottingplotting