plots-0.1.0.0: Diagrams based plotting library.
Plots.CmdLine
Contents
Synopsis
r2AxisMain :: (Parseable (MainOpts (QDiagram b V2 Double Any)), Mainable (Axis b V2 Double)) => Axis b V2 Double -> IO () #
mainWith specialised to a 2D Axis.
mainWith
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) #
type MainOpts (Axis b V2 n) :: * #
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 () #