Safe Haskell | None |
---|
Show textual annotations on a chart.
- data PlotAnnotation x y = PlotAnnotation {}
- defaultPlotAnnotation :: PlotAnnotation x y
- 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. 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_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchorSource
plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchorSource
plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) DoubleSource
plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyleSource
plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)]Source