Graphics.Rendering.Chart.Plot.FillBetween
Contents
Description
Plots that fill the area between two lines.
- data PlotFillBetween x y = PlotFillBetween {
- plot_fillbetween_title_ :: String
- plot_fillbetween_style_ :: CairoFillStyle
- plot_fillbetween_values_ :: [(x, (y, y))]
- defaultPlotFillBetween :: PlotFillBetween x y
- plot_fillbetween_title :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) String
- plot_fillbetween_style :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) CairoFillStyle
- plot_fillbetween_values :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) [(x[aIZF], (y[aIZG], y[aIZG]))]
Documentation
data PlotFillBetween x y Source
Value specifying a plot filling the area between two sets of Y coordinates, given common X coordinates.
Constructors
PlotFillBetween | |
Fields
|
Accessors
These accessors are generated by template haskell
plot_fillbetween_title :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) StringSource
plot_fillbetween_style :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) CairoFillStyleSource
plot_fillbetween_values :: forall x[aIZF] y[aIZG]. T (PlotFillBetween x[aIZF] y[aIZG]) [(x[aIZF], (y[aIZG], y[aIZG]))]Source