Safe Haskell | None |
---|
Graphics.Rendering.Chart.Layout
Description
- data HAxis
- data VAxis
- data Layout1 = Layout1 {}
- layout1ToRenderable :: Layout1 -> Renderable
- renderPlots :: Layout1 -> Rect -> CRender ()
- axesSpacer :: ((Double, Double) -> Double) -> Maybe AxisT -> ((Double, Double) -> Double) -> Maybe AxisT -> Renderable
- maybeM :: Monad m => a1 -> (a -> m a1) -> Maybe a -> m a1
- getAxes :: Layout1 -> (Maybe AxisT, Maybe AxisT, Maybe AxisT, Maybe AxisT)
- allPlottedValues :: [(String, HAxis, VAxis, Plot)] -> ([Double], [Double], [Double], [Double])
- defaultLayout1 :: Layout1
Documentation
A Layout1 value is a single plot area, with optional: axes on each of the 4 sides; title at the top; legend at the bottom.
Constructors
Layout1 | |
Fields |
Instances
renderPlots :: Layout1 -> Rect -> CRender ()Source
axesSpacer :: ((Double, Double) -> Double) -> Maybe AxisT -> ((Double, Double) -> Double) -> Maybe AxisT -> RenderableSource