bayespy.plot.ContourPlotter

class bayespy.plot.ContourPlotter(x1_grid, x2_grid, **kwargs)[source]

Plotter of probability density function of a two-dimensional node

Parameters:
  • x1_grid (array) – Grid for the first dimension

  • x2_grid (array) – Grid for the second dimension

See also

contour

__init__(x1_grid, x2_grid, **kwargs)[source]

Methods

__init__(x1_grid, x2_grid, **kwargs)