Closed
Description
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.