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

Safe HaskellNone

Graphics.Rendering.Chart.Plot.Hidden

Description

Plots that don't show, but occupy space so as to effect axis scaling

Synopsis

Documentation

data PlotHidden x y Source

Value defining some hidden x and y values. The values don't get displayed, but still affect axis scaling.

Constructors

PlotHidden 

Instances