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
When using df.plot(kind='bar') pandas adds a dotted line to the x-axis (kind='barh', line is added to y-axis). Why is the dotted line added (line in the code)?
This line is undocumented and there is no way to remove it without a hack. It'd be nice to have it documented (if it is necessary) or removed.
The text was updated successfully, but these errors were encountered:
I don't really think a keyword argument would even be good. A more complex API and more code to maintain, for something that's really easy to do, but really hard to undo.
When using
df.plot(kind='bar')
pandas adds a dotted line to the x-axis (kind='barh'
, line is added to y-axis). Why is the dotted line added (line in the code)?This line is undocumented and there is no way to remove it without a hack. It'd be nice to have it documented (if it is necessary) or removed.
The text was updated successfully, but these errors were encountered: