plots-0.1.0.0: Diagrams based plotting library.

Safe HaskellNone
LanguageHaskell2010

Plots.CmdLine

Contents

Synopsis

Documentation

r2AxisMain :: (Parseable (MainOpts (QDiagram b V2 Double Any)), Mainable (Axis b V2 Double)) => Axis b V2 Double -> IO () #

mainWith specialised to a 2D Axis.

Orphan instances

ToResult (Axis b v n) # 

Associated Types

type Args (Axis b v n) :: * #

type ResultOf (Axis b v n) :: * #

Methods

toResult :: Axis b v n -> Args (Axis b v n) -> ResultOf (Axis b v n) #

(TypeableFloat n, Renderable (Path V2 n) b, Mainable (QDiagram b V2 n Any)) => Mainable (Axis b V2 n) # 

Associated Types

type MainOpts (Axis b V2 n) :: * #

Methods

mainArgs :: Axis b V2 n -> IO (MainOpts (Axis b V2 n)) #

mainRender :: MainOpts (Axis b V2 n) -> Axis b V2 n -> IO () #

mainWith :: Axis b V2 n -> IO () #