Copyright | (c) Tim Docker 2010 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Calculate and render integer indexed axes
Documentation
defaultIntAxis :: Show a => LinearAxisParams a Source #
scaledIntAxis :: (Integral i, PlotValue i) => LinearAxisParams i -> (i, i) -> AxisFn i Source #
autoScaledIntAxis :: (Integral i, PlotValue i) => LinearAxisParams i -> AxisFn i Source #