Skip to content

Commit

Permalink
Add 2d kde example (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll committed Sep 22, 2018
1 parent 7426239 commit 1b1dd46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/plot_kde_2d.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"""
2d KDE
======
_thumb: .1, .8
"""
import arviz as az
import numpy as np

az.style.use('arviz-darkgrid')

az.plot_kde(np.random.rand(100), np.random.rand(100))

0 comments on commit 1b1dd46

Please sign in to comment.