Skip to content

Commit 89ebc07

Browse files
committed
DOC: Indicate versionchanged for xlabel/ylabel docs.
1 parent d003019 commit 89ebc07

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pandas/plotting/_core.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,16 +720,24 @@ class PlotAccessor(PandasObject):
720720
721721
Now applicable to planar plots (`scatter`, `hexbin`).
722722
723+
.. versionchanged:: 1.6.0
724+
725+
Now applicable to histograms.
726+
723727
ylabel : label, optional
724728
Name to use for the ylabel on y-axis. Default will show no ylabel, or the
725729
y-column name for planar plots.
726730
727731
.. versionadded:: 1.1.0
728732
729-
.. versionchanged:: 1.2.0
733+
.. versionchanged:: 2.0.0
730734
731735
Now applicable to planar plots (`scatter`, `hexbin`).
732736
737+
.. versionchanged:: 2.0.0
738+
739+
Now applicable to histograms.
740+
733741
rot : float, default None
734742
Rotation for ticks (xticks for vertical, yticks for horizontal
735743
plots).

0 commit comments

Comments
 (0)