Chart-1.8.2: 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 #

Constructors

PlotVectors 

Fields

Instances

Default (PlotVectors x y) # 

Methods

def :: PlotVectors x y #

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

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

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