Chart-0.8: A library for generating 2D Charts and Plots

Safe HaskellNone

Graphics.Rendering.Chart.Layout

Description

 

Synopsis

Documentation

data HAxis Source

The side of an horizontal axis

Constructors

HA_Top 
HA_Bottom 

Instances

data VAxis Source

The side of a vertical axis

Constructors

VA_Left 
VA_Right 

Instances

data Layout1 Source

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.

maybeM :: Monad m => a1 -> (a -> m a1) -> Maybe a -> m a1Source