Copyright | (c) Tim Docker 2006, 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Show textual annotations on a chart.
- data PlotAnnotation x y = PlotAnnotation {}
- plot_annotation_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchor
- plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchor
- plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) Double
- plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyle
- plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)]
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.
PlotAnnotation | |
|
plot_annotation_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchor Source #
plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchor Source #
plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) Double Source #
plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyle Source #
plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)] Source #