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.