plots-0.1.0.0: Diagrams based plotting library.

Safe HaskellNone
LanguageHaskell2010

Plots.Types.Others

Contents

Synopsis

Vertical line range

linerangevPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

linerangevPlot' :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

linerangevPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

Horizontal line range

linerangehPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

linerangehPlot' :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

linerangehPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> m () #

Vertical errorbar

errorbarvPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

errorbarvPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

Horizontal errorbar

errorbarhPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

errorbarhPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

Vertical crossbar

crossbarvPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

crossbarvPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

Horizontal crossbar

crossbarhPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

crossbarhPlotwithPoint :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> m () #

Boxplot

boxplotvPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> Double -> m () #

boxplothPlot :: (Renderable (Path V2 Double) b, MonadState (Axis b c Double) m, BaseSpace c ~ V2) => (Double, Double) -> Double -> Double -> Double -> m () #