We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779513 commit e4989f5Copy full SHA for e4989f5
README.md
@@ -54,3 +54,13 @@ kde(datamatrix)
54
```
55
Similarly, the optional arguments all now take tuple arguments:
56
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