dataframe-0.3.3.2: A fast, safe, and intuitive DataFrame library.
Safe HaskellNone
LanguageHaskell2010

DataFrame.Display.Web.Plot

Documentation

newtype HtmlPlot Source #

Constructors

HtmlPlot Text 

Instances

Instances details
Show HtmlPlot Source # 
Instance details

Defined in DataFrame.Display.Web.Plot

data PlotType Source #

Instances

Instances details
Show PlotType Source # 
Instance details

Defined in DataFrame.Display.Web.Plot

Eq PlotType Source # 
Instance details

Defined in DataFrame.Display.Web.Plot

vectorToDoubles :: (Typeable a, Show a) => Vector a -> [Double] Source #