Copyright | (c) Tim Docker 2006 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Plots that fill the area between two lines.
Synopsis
- data PlotFillBetween x y = PlotFillBetween {}
- plot_fillbetween_title :: forall x y. Lens' (PlotFillBetween x y) String
- plot_fillbetween_style :: forall x y. Lens' (PlotFillBetween x y) FillStyle
- plot_fillbetween_line :: forall x y. Lens' (PlotFillBetween x y) (Maybe LineStyle)
- plot_fillbetween_values :: forall x y x y. Lens (PlotFillBetween x y) (PlotFillBetween x y) [(x, (y, y))] [(x, (y, y))]
Documentation
data PlotFillBetween x y Source #
Value specifying a plot filling the area between two sets of Y coordinates, given common X coordinates.
PlotFillBetween | |
|
Instances
ToPlot PlotFillBetween Source # | |
Defined in Graphics.Rendering.Chart.Plot.FillBetween toPlot :: PlotFillBetween x y -> Plot x y Source # | |
Default (PlotFillBetween x y) Source # | |
Defined in Graphics.Rendering.Chart.Plot.FillBetween def :: PlotFillBetween x y # |
Accessors
These accessors are generated by template haskell
plot_fillbetween_title :: forall x y. Lens' (PlotFillBetween x y) String Source #
plot_fillbetween_style :: forall x y. Lens' (PlotFillBetween x y) FillStyle Source #
plot_fillbetween_line :: forall x y. Lens' (PlotFillBetween x y) (Maybe LineStyle) Source #
plot_fillbetween_values :: forall x y x y. Lens (PlotFillBetween x y) (PlotFillBetween x y) [(x, (y, y))] [(x, (y, y))] Source #