Skip to content

Commit

Permalink
Turned frame on by default in energyplot
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Apr 6, 2017
1 parent 674e90f commit 8a7eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/plots/energyplot.py
Expand Up @@ -3,7 +3,7 @@

from .utils import fast_kde

def energyplot(trace, kind='kde', figsize=None, ax=None, legend=True, lw=0, alpha=0.5, frame=False, **kwargs):
def energyplot(trace, kind='kde', figsize=None, ax=None, legend=True, lw=0, alpha=0.5, frame=True, **kwargs):
"""Plot energy transition distribution and marginal energy distribution in order
to diagnose poor exploration by HMC algorithms.
Expand Down

0 comments on commit 8a7eb21

Please sign in to comment.