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

Copyright(c) Anton Vorontsov <anton@enomsg.org> 2014
LicenseBSD-style (see chart/COPYRIGHT)
Safe HaskellNone
LanguageHaskell98

Graphics.Rendering.Chart.Plot.Vectors

Description

Vector plots

Documentation

data PlotVectors x y Source #

Constructors

PlotVectors 

Fields

Instances

Default (PlotVectors x y) Source # 

Methods

def :: PlotVectors x y #

plot_vectors_mapf :: forall x y. Lens' (PlotVectors x y) ((x, y) -> (x, y)) Source #

plot_vectors_grid :: forall x y. Lens' (PlotVectors x y) [(x, y)] Source #

plot_vectors_values :: forall x y. Lens' (PlotVectors x y) [((x, y), (x, y))] Source #