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

Safe HaskellNone

Graphics.Rendering.Chart.Layout

Description

 

Synopsis

Documentation

data HAxis Source

Constructors

HA_Top 
HA_Bottom 

Instances

data VAxis Source

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.