Graphics.Rendering.Chart.Plot.Lines
Description
Line plots
- data PlotLines x y = PlotLines {
- plot_lines_title_ :: String
- plot_lines_style_ :: CairoLineStyle
- plot_lines_values_ :: [[(x, y)]]
- plot_lines_limit_values_ :: [[(Limit x, Limit y)]]
- defaultPlotLines :: PlotLines x y
- defaultPlotLineStyle :: CairoLineStyle
- hlinePlot :: String -> CairoLineStyle -> b -> Plot a b
- vlinePlot :: String -> CairoLineStyle -> a -> Plot a b
- plot_lines_title :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) String
- plot_lines_style :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) CairoLineStyle
- plot_lines_values :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) [[(x[aHEZ], y[aHF0])]]
- plot_lines_limit_values :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) [[(Limit x[aHEZ], Limit y[aHF0])]]
Documentation
Value defining a series of (possibly disjointed) lines, and a style in which to render them.
Constructors
PlotLines | |
Fields
|
defaultPlotLines :: PlotLines x ySource
hlinePlot :: String -> CairoLineStyle -> b -> Plot a bSource
Helper function to plot a single horizontal line.
vlinePlot :: String -> CairoLineStyle -> a -> Plot a bSource
Helper function to plot a single vertical line.
plot_lines_title :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) StringSource
plot_lines_style :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) CairoLineStyleSource
plot_lines_values :: forall x[aHEZ] y[aHF0]. T (PlotLines x[aHEZ] y[aHF0]) [[(x[aHEZ], y[aHF0])]]Source