lightning-haskell-0.1.0.3: Haskell client for lightning-viz REST API

Safe HaskellNone
LanguageHaskell2010

Web.Lightning.Render

Contents

Description

Contains functions needed for rendering plots in IHaskell.

Synopsis

IHaskell Rendering

renderPlot Source

Arguments

:: Either (APIError a) Visualization

The visualization to render.

-> IO Markup

The HTML representation of the visualization.

For use in IHaskell - Renders the visualization in an IHaskell notebook.