Portability | GHC |
---|---|
Stability | highly unstable |
Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
Safe Haskell | Safe-Infered |
Drawing grids
- orthontAxes :: (Real u, Floating u, InterpretUnit u, Tolerance u) => (Int, Int) -> (Int, Int) -> LocGraphic u
- horizontalLabels :: (Num a, Show a, Fractional u, InterpretUnit u) => RectAddress -> [a] -> LocGraphic u
- verticalLabels :: (Num a, Show a, Fractional u, InterpretUnit u) => RectAddress -> [a] -> LocGraphic u
Documentation
orthontAxes :: (Real u, Floating u, InterpretUnit u, Tolerance u) => (Int, Int) -> (Int, Int) -> LocGraphic uSource
Simple orthonormal axes using snap grid units.
horizontalLabels :: (Num a, Show a, Fractional u, InterpretUnit u) => RectAddress -> [a] -> LocGraphic uSource
verticalLabels :: (Num a, Show a, Fractional u, InterpretUnit u) => RectAddress -> [a] -> LocGraphic uSource