@@ -277,7 +277,7 @@ def hist_frame(
277
277
The matplotlib axes to be used by boxplot.
278
278
fontsize : float or str
279
279
Tick label font size in points or as a string (e.g., `large`).
280
- rot : int or float, default 0
280
+ rot : float, default 0
281
281
The rotation angle of labels (in degrees)
282
282
with respect to the screen coordinate system.
283
283
grid : bool, default True
@@ -557,7 +557,7 @@ def boxplot_frame_groupby(
557
557
558
558
column : column name or list of names, or vector
559
559
Can be any valid input to groupby.
560
- fontsize : int or str
560
+ fontsize : float or str
561
561
rot : label rotation angle
562
562
grid : Setting this to True will show the grid
563
563
ax : Matplotlib axis object, default None
@@ -731,10 +731,10 @@ class PlotAccessor(PandasObject):
731
731
732
732
Now applicable to planar plots (`scatter`, `hexbin`).
733
733
734
- rot : int , default None
734
+ rot : float , default None
735
735
Rotation for ticks (xticks for vertical, yticks for horizontal
736
736
plots).
737
- fontsize : int , default None
737
+ fontsize : float , default None
738
738
Font size for xticks and yticks.
739
739
colormap : str or matplotlib colormap object, default None
740
740
Colormap to select colors from. If string, load colormap with that
0 commit comments