Skip to content

JuliaRobotics/KernelDensityEstimatePlotting.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernelDensityEstimatePlotting.jl

build-dev codecov-img

This package provides the plotting functionality for the KernelDensityEstimate.jl package, and currently only supports the Gadfly back-end.

This package is also used extensively by the RoMEPlotting.jl package.

Install

This package can be installed with:

julia> ] # to activate package manager
pkg> add KernelDensityEstimatePlotting

Usage

Basic Examples

using KernelDensityEstimate, KernelDensityEstimatePlotting

p = kde!(randn(3,100))
plot(marginal(p, [1]))
plot(marginal(p, [2,3]))
plot(p)

More Examples

Please see examples on KernelDensityEstimate.jl.

About

Plotting functions for the KernelDensityEstimate.jl package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages