Skip to content

Commit 3d80244

Browse files
authored
Remove Scatter and Hexbin from Series plot documentation (#39000)
1 parent 8cf3771 commit 3d80244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ class PlotAccessor(PandasObject):
630630
- 'density' : same as 'kde'
631631
- 'area' : area plot
632632
- 'pie' : pie plot
633-
- 'scatter' : scatter plot
634-
- 'hexbin' : hexbin plot.
633+
- 'scatter' : scatter plot (DataFrame only)
634+
- 'hexbin' : hexbin plot (DataFrame only)
635635
ax : matplotlib axes object, default None
636636
An axes of the current figure.
637637
subplots : bool, default False

0 commit comments

Comments
 (0)