Skip to content

Commit

Permalink
Merge pull request gempy-project#468 from cgre-aachen/fix_466
Browse files Browse the repository at this point in the history
Remove use of optional argument which was providing wrong index to fix gempy-project#466
  • Loading branch information
Alexander Schaaf authored Jul 1, 2020
2 parents 2b806b5 + 2e46591 commit fa99b15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ def plot_geo_setting_well():

p.create_figure(figsize=(9, 5), joyplot=True, marginal=True, likelihood=True, n_samples=11)

p.plot_posterior(['$\mu$', '$\sigma$'], ['$\mu$', '$\sigma$'], '$y$', 1000,
p.plot_posterior(['$\mu$', '$\sigma$'], ['$\mu$', '$\sigma$'], '$y$',
marginal_kwargs={'plot_trace': False, 'credible_interval': .93, 'kind': 'kde'})
plt.show()

0 comments on commit fa99b15

Please sign in to comment.