Open
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).