Safe Haskell | None |
---|
Graphics.Rendering.Chart.Plot.Vectors
Description
Vector plots
Documentation
data PlotVectors x y Source
Constructors
PlotVectors | |
Fields
|
Instances
Default (PlotVectors x y) |
plotVectorField :: (PlotValue x, PlotValue y) => PlotVectors x y -> Plot x ySource
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_title :: forall x y. Lens' (PlotVectors x y) StringSource
plot_vectors_style :: forall x y. Lens' (PlotVectors x y) VectorStyleSource
plot_vectors_scale :: forall x y. Lens' (PlotVectors x y) DoubleSource
plot_vectors_values :: forall x y. Lens' (PlotVectors x y) [((x, y), (x, y))]Source