Graphics.Rendering.Chart.Plot.Hidden
Description
Plots that don't show, but occupy space so as to effect axis scaling
- data PlotHidden x y = PlotHidden {
- plot_hidden_x_values_ :: [x]
- plot_hidden_y_values_ :: [y]
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 | |
Fields
|
Instances