Skip to content

JuliaRobotics/KernelDensityEstimatePlotting.jl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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