BaseMultivariateSliceDistribution.plot (function)


def plot(self, size=100000.0, unit=None, wrap_at=None, seed=None, samples=None, plot_sample=True, plot_sample_kwargs={'color': 'gray'}, plot_pdf=True, plot_pdf_kwargs={'color': 'red'}, plot_cdf=False, plot_cdf_kwargs={'color': 'green'}, plot_gaussian=False, plot_gaussian_kwargs={'color': 'blue'}, plot_uncertainties=True, plot_uncertainties_kwargs={'color': 'black', 'linestyle': 'dashed'}, label=None, xlabel=None, show=False, **kwargs)

Plot both the analytic distribution function as well as a sampled histogram from the distribution. Requires matplotlib to be installed.

See also:

Arguments

Returns

Raises

  • ImportError: if matplotlib dependency is not met.