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

Graphics.Rendering.Chart.Plot.Points

Contents

Description

Functions to plot sets of points, marked in various styles.

Synopsis

Documentation

data PlotPoints x y Source

Value defining a series of datapoints, and a style in which to render them.

Instances

Accessors

These accessors are generated by template haskell

plot_points_values :: forall x y. T (PlotPoints x y) [(x, y)]Source