Skip to content

Commit e4989f5

Browse files
committed
add link to notebook
1 parent 5779513 commit e4989f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,13 @@ kde(datamatrix)
5454
```
5555
Similarly, the optional arguments all now take tuple arguments:
5656
e.g. `boundary` now takes a tuple of tuples `((xlo,xhi),(ylo,yhi))`.
57+
58+
## Plotting
59+
60+
The [Winston.jl](https://github.com/nolta/Winston.jl) plotting package is currently
61+
supported. See
62+
[this notebook](http://nbviewer.ipython.org/github/JuliaStats/KernelDensity.jl/blob/master/examples/kde.ipynb)
63+
for an example.
64+
65+
We plan to include support for other plotting packages: please file an issue
66+
if your favourite one is not yet available.

0 commit comments

Comments
 (0)