Safe Haskell | None |
---|
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.
PlotHidden | |
|