Skip to content

NP Plot🍋

np_plot(x, kwargs) 🍋

Plot Normal Probability.

Plot normal distribution in X versus experimental distribution in Y.

Parameters:

Name Type Description Default
x Vector

Experimental values to plot distribution.

required
**kwargs

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

{}

Returns:

Type Description
Figure

Plotly figure of Normal Probability.