JuliaRobotics / KernelDensityEstimate.jl

Kernel Density Estimate with product approximation using multiscale Gibbs sampling
GNU Lesser General Public License v2.1
23 stars 7 forks source link

Separate plotting #3

Closed dehann closed 6 years ago

dehann commented 8 years ago

Functionality should continue to work, since plotting requires much more user infrastructure.

Maybe a separate package like:

KernelDensityPlotting.jl

Will be useful for all three the KDE* .jl packages out there. Have 1D, and several 2D for multidimensional, as well as contour density evaluation.

cc @wadehenning (as FYI)

GordStephen commented 7 years ago

Big 👍 for this, particularly since binary dependencies are involved which significantly increases the likelihood of build issues across various platforms and complicates non-root installations. Much like the issue in #1 I also had to strip out the plotting functionality to get this successfully installed as a non-privileged user on RHEL.

dehann commented 7 years ago

Yeah, sorry guys I still have to do this -- it's fallen a bit behind... Will try get to this soon

wadehenning commented 7 years ago

The package has been working well for me since Julia 0.5.

Sent from my iPhone

On Mar 23, 2017, at 8:12 PM, dehann notifications@github.com wrote:

Yeah, sorry guys I still have to do this -- it's fallen a bit behind...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

dehann commented 6 years ago

Please see work in progress at #18