Skip to content

Commit 2de1e7b

Browse files
ranjananararslan
authored andcommitted
Remove plots from package (#31)
* Remove plots from package * Remove plotting from README * Remove outdated example notebooks [ci skip]
1 parent 2a2258d commit 2de1e7b

File tree

6 files changed

+0
-590
lines changed

6 files changed

+0
-590
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,3 @@ pdf(ik, x)
101101
`BoundaryCondition` (default=`BCnan`) and `InterpType` (default=
102102
`InterpQuadratic`).
103103

104-
105-
## Plotting
106-
107-
The [Winston.jl](https://github.com/nolta/Winston.jl) and
108-
[PyPlot.jl](https://github.com/stevengj/PyPlot.jl) plotting packages are
109-
currently supported. See the ijulia notebooks:
110-
* [Winston](http://nbviewer.ipython.org/github/JuliaStats/KernelDensity.jl/blob/master/examples/Winston.ipynb)
111-
* [PyPlot](http://nbviewer.ipython.org/github/JuliaStats/KernelDensity.jl/blob/master/examples/PyPlot.ipynb)
112-
113-
We plan to include support for other plotting packages: please file an issue
114-
if your favourite one is not yet available.

examples/PyPlot.ipynb

Lines changed: 0 additions & 334 deletions
This file was deleted.

examples/Winston.ipynb

Lines changed: 0 additions & 194 deletions
This file was deleted.

src/KernelDensity.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,5 @@ include("univariate.jl")
1818
include("bivariate.jl")
1919
include("interp.jl")
2020

21-
macro glue(pkg)
22-
path = joinpath(dirname(Base.source_path(nothing)),"glue",string(pkg,".jl"))
23-
init = symbol(string(pkg,"_init"))
24-
quote
25-
$(esc(init))() = include($path)
26-
isdefined(Main,$(QuoteNode(pkg))) && $(esc(init))()
27-
end
28-
end
29-
30-
@glue Winston
31-
@glue PyPlot
32-
3321
end # module
3422

src/glue/PyPlot.jl

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/glue/Winston.jl

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)