plotly-hs-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Graphics.Plotly.Example

Description

Examples for using plotly-hs

Synopsis

Documentation

plotPath :: String -> FilePath Source #

Put All plots in the plots directory

histExample :: IO () Source #

Histogram / Bar chart Example

scatter3dExample :: IO () Source #

3D Scatter Plot Example

surfaceExample :: IO () Source #

3D Surface Plot Example

parcoordsExample :: IO () Source #

Parallel Coordinate Plot Example