Skip to content
Snippets Groups Projects
Commit 07ee19ca authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Update tupak/core/result.py

parent 19e837bb
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ class Result(dict):
"""
return self.posterior_volume / self.prior_volume(priors)
def plot_corner(self, parameters=None, save=True, priors=None, dpi=300,
def plot_corner(self, parameters=None, priors=None, save=True, dpi=300,
**kwargs):
""" Plot a corner-plot using corner
......@@ -246,11 +246,11 @@ class Result(dict):
----------
parameters: list, optional
If given, a list of the parameter names to include
save: bool, optional
If true, save the image using the given label and outdir
priors: tupak.core.prior.PriorSet
priors: tupak.core.prior.PriorSet, optional
If given, add the prior probability density functions to the
one-dimensional marginal distributions
save: bool, optional
If true, save the image using the given label and outdir
dpi: int, optional
Dots per inch resolution of the plot
**kwargs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment