Plotter of probability density function of a two-dimensional node
x1_grid (array) – Grid for the first dimension
x2_grid (array) – Grid for the second dimension
See also
contour
Methods
__init__(x1_grid, x2_grid, **kwargs)
__init__