Closed
Description
Looks like there is something wrong in the documentation of DataFrame.plot
, and the .. versionchanged
directive of the parameters logx
, logy
and loglog
is not rendered correctly: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.plot.html
It's probably a typo, a missing space or something. We should have a look and compare with another docstring where a parameter versionchanged
is correctly rendered, see what's wrong, and fix it.