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

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.

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