We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6a506 commit 73b85f0Copy full SHA for 73b85f0
pandas/plotting/_core.py
@@ -692,14 +692,17 @@ class PlotAccessor(PandasObject):
692
The matplotlib line style per column.
693
logx : bool or 'sym', default False
694
Use log scaling or symlog scaling on x axis.
695
+
696
.. versionchanged:: 0.25.0
697
698
logy : bool or 'sym' default False
699
Use log scaling or symlog scaling on y axis.
700
701
702
703
loglog : bool or 'sym', default False
704
Use log scaling or symlog scaling on both x and y axes.
705
706
707
708
xticks : sequence
0 commit comments