Skip to content

Commit 73b85f0

Browse files
mathpnabkosar
authored andcommitted
DOC: fix versionchanged blank line usage (pandas-dev#49117) (pandas-dev#49125)
1 parent de6a506 commit 73b85f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/plotting/_core.py

+3
Original file line numberDiff line numberDiff line change
@@ -692,14 +692,17 @@ class PlotAccessor(PandasObject):
692692
The matplotlib line style per column.
693693
logx : bool or 'sym', default False
694694
Use log scaling or symlog scaling on x axis.
695+
695696
.. versionchanged:: 0.25.0
696697
697698
logy : bool or 'sym' default False
698699
Use log scaling or symlog scaling on y axis.
700+
699701
.. versionchanged:: 0.25.0
700702
701703
loglog : bool or 'sym', default False
702704
Use log scaling or symlog scaling on both x and y axes.
705+
703706
.. versionchanged:: 0.25.0
704707
705708
xticks : sequence

0 commit comments

Comments
 (0)