Chart-1.9.5: A library for generating 2D Charts and Plots
Copyright(c) Tim Docker 2010 2014
LicenseBSD-style (see chart/COPYRIGHT)
Safe HaskellNone
LanguageHaskell98

Graphics.Rendering.Chart.Axis.Int

Description

Calculate and render integer indexed axes

Documentation

scaledIntAxis :: (Integral i, PlotValue i) => LinearAxisParams i -> (i, i) -> AxisFn i Source #

Orphan instances

PlotValue Int16 Source # 
Instance details

Methods

toValue :: Int16 -> Double Source #

fromValue :: Double -> Int16 Source #

autoAxis :: AxisFn Int16 Source #

PlotValue Int32 Source # 
Instance details

Methods

toValue :: Int32 -> Double Source #

fromValue :: Double -> Int32 Source #

autoAxis :: AxisFn Int32 Source #

PlotValue Int64 Source # 
Instance details

Methods

toValue :: Int64 -> Double Source #

fromValue :: Double -> Int64 Source #

autoAxis :: AxisFn Int64 Source #

PlotValue Int8 Source # 
Instance details

Methods

toValue :: Int8 -> Double Source #

fromValue :: Double -> Int8 Source #

autoAxis :: AxisFn Int8 Source #

PlotValue Word16 Source # 
Instance details

Methods

toValue :: Word16 -> Double Source #

fromValue :: Double -> Word16 Source #

autoAxis :: AxisFn Word16 Source #

PlotValue Word32 Source # 
Instance details

Methods

toValue :: Word32 -> Double Source #

fromValue :: Double -> Word32 Source #

autoAxis :: AxisFn Word32 Source #

PlotValue Word64 Source # 
Instance details

Methods

toValue :: Word64 -> Double Source #

fromValue :: Double -> Word64 Source #

autoAxis :: AxisFn Word64 Source #

PlotValue Word8 Source # 
Instance details

Methods

toValue :: Word8 -> Double Source #

fromValue :: Double -> Word8 Source #

autoAxis :: AxisFn Word8 Source #

PlotValue Integer Source # 
Instance details

Methods

toValue :: Integer -> Double Source #

fromValue :: Double -> Integer Source #

autoAxis :: AxisFn Integer Source #

PlotValue Int Source # 
Instance details

Methods

toValue :: Int -> Double Source #

fromValue :: Double -> Int Source #

autoAxis :: AxisFn Int Source #

PlotValue Word Source # 
Instance details

Methods

toValue :: Word -> Double Source #

fromValue :: Double -> Word Source #

autoAxis :: AxisFn Word Source #