The best way would be to 
fix https://github.com/JuliaLang/julia/issues/2025, and follow the guidance 
from the documentation that will be written as part of the fix.

A silly workaround would be to export `kde_winston_init()` and 
`kde_gadfly_init()` and let them include a file that loads Winston/Gadfly 
and extends the appropriate functions with more methods.


kl. 11:50:57 UTC+2 tirsdag 15. april 2014 skrev Simon Byrne følgende:
>
> I have a package for kernel density estimation:
>
> https://github.com/JuliaStats/KDE.jl
>
> that defines two custom types, UnivariateKDE and BivariateKDE. I want to 
> define plot methods for the various plotting packages, but I don't want to 
> require a user to load all of them just to use the package. What's the best 
> way of doing this?
>
> thanks,
> Simon
>

Reply via email to