SciPy

prob140.Plot_3d

prob140.Plot_3d(x_limits, y_limits, f, interactive=False, figsize=(12, 8), **kwargs)[source]

Plots a 3d graph.

Parameters:
x_limits : iterable

Array, list, or tuple of size 2, containing the lower and upper bound of the x-axis.

y_limits : iterable

Array, list, or tuple of size 2, containing the lower and upper bound of the x-axis.

f : bivariate function

Joint density

interactive : boolean (optional)

If True, creates a widget to adjust elevation and azimuth. (default: False)

kwargs

Optional named arguments for plot_surface.

Returns:
None