Skip to content

Commit d584cc1

Browse files
authored
DOC: updated plotting/_misc.py for PR08 errors (#34652)
1 parent 5af32e2 commit d584cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_misc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def radviz(frame, class_column, ax=None, color=None, colormap=None, **kwds):
160160
Parameters
161161
----------
162162
frame : `DataFrame`
163-
pandas object holding the data.
163+
Object holding the data.
164164
class_column : str
165165
Column name containing the name of the data point category.
166166
ax : :class:`matplotlib.axes.Axes`, optional
@@ -294,7 +294,7 @@ def bootstrap_plot(series, fig=None, size=50, samples=500, **kwds):
294294
Parameters
295295
----------
296296
series : pandas.Series
297-
pandas Series from where to get the samplings for the bootstrapping.
297+
Series from where to get the samplings for the bootstrapping.
298298
fig : matplotlib.figure.Figure, default None
299299
If given, it will use the `fig` reference for plotting instead of
300300
creating a new one with default parameters.

0 commit comments

Comments
 (0)