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

Copyright(c) Tim Docker 2006 2014
LicenseBSD-style (see chart/COPYRIGHT)
Safe HaskellNone
LanguageHaskell98

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

ToPlot PlotPoints Source # 

Methods

toPlot :: PlotPoints x y -> Plot x y Source #

Default (PlotPoints x y) Source # 

Methods

def :: PlotPoints x y #

Accessors

These accessors are generated by template haskell

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