| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Plots.Types.Others
Contents
- createlinerangev :: (Double, Double) -> Double -> [(Double, Double)]
- 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 ()
- createlinerangeh :: (Double, Double) -> Double -> [(Double, Double)]
- 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 ()
- 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 ()
- 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 ()
- 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 ()
- 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 ()
- 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 ()
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 () #