License | MIT |
---|---|
Maintainer | Fabian Beuke <mail@beuke.org> |
Safe Haskell | Safe |
Language | Haskell2010 |
This module contains 4 functions. The plot function provides a very simple
interface for plotting. It takes a List of Integers and prints out a
corresponding chart with a default terminal height of 14 blocks.
The plot
function is therefore equivalent to
. You can find some examples
here.plotWith
options {height = 14}