File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -720,16 +720,24 @@ class PlotAccessor(PandasObject):
720
720
721
721
Now applicable to planar plots (`scatter`, `hexbin`).
722
722
723
+ .. versionchanged:: 1.6.0
724
+
725
+ Now applicable to histograms.
726
+
723
727
ylabel : label, optional
724
728
Name to use for the ylabel on y-axis. Default will show no ylabel, or the
725
729
y-column name for planar plots.
726
730
727
731
.. versionadded:: 1.1.0
728
732
729
- .. versionchanged:: 1.2 .0
733
+ .. versionchanged:: 2.0 .0
730
734
731
735
Now applicable to planar plots (`scatter`, `hexbin`).
732
736
737
+ .. versionchanged:: 2.0.0
738
+
739
+ Now applicable to histograms.
740
+
733
741
rot : float, default None
734
742
Rotation for ticks (xticks for vertical, yticks for horizontal
735
743
plots).
You can’t perform that action at this time.
0 commit comments