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

Safe HaskellNone

Graphics.Rendering.Chart.Plot.Annotation

Description

Show textual annotations on a chart.

Synopsis

Documentation

data PlotAnnotation x y Source

Value for describing a series of text annotations to be placed at arbitrary points on the graph. Annotations can be rotated and styled. Rotation angle is given in degrees, rotation is performend around the anchor point.

defaultPlotAnnotation :: PlotAnnotation x ySource

Deprecated: Use the according Data.Default instance!

plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)]Source