module Web.Lightning.Plots
(
AdjacencyPlot(..)
, adjacencyPlot
, ForcePlot(..)
, forcePlot
, GraphPlot(..)
, graphPlot
, graphBundledPlot
, LinePlot(..)
, linePlot
, MapPlot(..)
, mapPlot
, MatrixPlot(..)
, matrixPlot
, ScatterPlot(..)
, scatterPlot
, Scatter3Plot(..)
, scatter3Plot
, CirclePlot(..)
, circlePlot
, HistogramPlot(..)
, histogramPlot
, VolumePlot(..)
, volumePlot
, LineStreamPlot(..)
, streamingLinePlot
, ScatterStreamPlot(..)
, streamingScatterPlot
, module Data.Default.Class
)
where
import Data.Default.Class
import Web.Lightning.Plots.Adjacency
import Web.Lightning.Plots.Force
import Web.Lightning.Plots.Graph
import Web.Lightning.Plots.GraphBundled
import Web.Lightning.Plots.Line
import Web.Lightning.Plots.Map
import Web.Lightning.Plots.Matrix
import Web.Lightning.Plots.Circle
import Web.Lightning.Plots.Histogram
import Web.Lightning.Plots.Scatter
import Web.Lightning.Plots.Scatter3
import Web.Lightning.Plots.LineStream
import Web.Lightning.Plots.ScatterStream
import Web.Lightning.Plots.Volume