| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Graphics.Plotly.Example
Description
Examples for using plotly-hs
Synopsis
- plotPath :: String -> FilePath
 - scatterExample :: IO ()
 - histExample :: IO ()
 - heatmapExample :: IO ()
 - scatter3dExample :: IO ()
 - surfaceExample :: IO ()
 - parcoordsExample :: IO ()
 
Documentation
scatterExample :: IO () Source #
2D Scatter Plot as seen here: https://plotly.com/javascript/line-charts/#basic-line-plot
histExample :: IO () Source #
Histogram / Bar chart Example
heatmapExample :: IO () Source #
scatter3dExample :: IO () Source #
3D Scatter Plot Example
surfaceExample :: IO () Source #
3D Surface Plot Example
parcoordsExample :: IO () Source #
Parallel Coordinate Plot Example