Safe Haskell | None |
---|
HLearn.Gnuplot.Distributions
Description
This file contains the functions for plotting distributions using Gnuplot. The interface is still under heavy construction, so it's not very well documented as of yet.
Documentation
data PlotParams Source
Constructors
PlotParams | |
genPlotParams :: PlottableDistribution dist => String -> dist -> PlotParamsSource
plotDistribution :: Distribution dist Double Double => PlotParams -> dist -> IO ()Source