Graphics.Rendering.Chart.Plot.Points
Contents
Description
Functions to plot sets of points, marked in various styles.
- data PlotPoints x y = PlotPoints {
- plot_points_title_ :: String
- plot_points_style_ :: CairoPointStyle
- plot_points_values_ :: [(x, y)]
- defaultPlotPoints :: PlotPoints x y
- plot_points_title :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) String
- plot_points_style :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) CairoPointStyle
- plot_points_values :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) [(x[aItr], y[aIts])]
Documentation
data PlotPoints x y Source
Value defining a series of datapoints, and a style in which to render them.
Constructors
PlotPoints | |
Fields
|
Accessors
These accessors are generated by template haskell
plot_points_title :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) StringSource
plot_points_style :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) CairoPointStyleSource
plot_points_values :: forall x[aItr] y[aIts]. T (PlotPoints x[aItr] y[aIts]) [(x[aItr], y[aIts])]Source