Skip to content

PP Plot🍋

pp_plot(x, y, kwargs) 🍋

Probability-Probability Plot.

Plot Cumulative Distribution Function of x versus Cumulative Distribution Function of y.

Parameters:

Name Type Description Default
x Vector

Values to plot CDF on x-axis.

required
y Vector

Values to plot CDF on y-axis.

required
**kwargs

Extra arguments to pass along to Plotly - Update Layout, arguments available at Plotly - Layout.

{}

Returns:

Type Description
Figure

Plotly figure of Probability Probability.