Copyright | (c) Anton Vorontsov <anton@enomsg.org> 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Vector plots
Documentation
data PlotVectors x y Source #
PlotVectors | |
|
Instances
Default (PlotVectors x y) Source # | |
Defined in Graphics.Rendering.Chart.Plot.Vectors def :: PlotVectors x y # |
data VectorStyle Source #
Instances
Default VectorStyle Source # | |
Defined in Graphics.Rendering.Chart.Plot.Vectors def :: VectorStyle # |
plotVectorField :: (PlotValue x, PlotValue y) => PlotVectors x y -> Plot x y Source #
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) String Source #
plot_vectors_style :: forall x y. Lens' (PlotVectors x y) VectorStyle Source #
plot_vectors_scale :: forall x y. Lens' (PlotVectors x y) Double Source #
plot_vectors_values :: forall x y. Lens' (PlotVectors x y) [((x, y), (x, y))] Source #