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

Copyright(c) Tim Docker 2006, 2014
LicenseBSD-style (see chart/COPYRIGHT)
Safe HaskellNone
LanguageHaskell98

Graphics.Rendering.Chart.Plot.FillBetween

Contents

Description

Plots that fill the area between two lines.

Synopsis

Documentation

data PlotFillBetween x y Source

Value specifying a plot filling the area between two sets of Y coordinates, given common X coordinates.

Accessors

These accessors are generated by template haskell

plot_fillbetween_values :: forall x y x y. Lens (PlotFillBetween x y) (PlotFillBetween x y) [(x, (y, y))] [(x, (y, y))] Source