pandas.plotting.bootstrap_plot — pandas 0.24.0rc1 documentation (original) (raw)

series : pandas.Series

Pandas Series from where to get the samplings for the bootstrapping.

fig : matplotlib.figure.Figure, default None

If given, it will use the fig reference for plotting instead of creating a new one with default parameters.

size : int, default 50

Number of data points to consider during each sampling. It must be greater or equal than the length of the series.

samples : int, default 500

Number of times the bootstrap procedure is performed.

**kwds :

Options to pass to matplotlib plotting method.