gnuplot-0.5.7: 2D and 3D plots using gnuplot
Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.Gnuplot.File

Documentation

data T Source #

Constructors

Cons 

Fields

Instances

Instances details
Eq T Source # 
Instance details

Defined in Graphics.Gnuplot.File

Methods

(==) :: T -> T -> Bool #

(/=) :: T -> T -> Bool #

Show T Source # 
Instance details

Defined in Graphics.Gnuplot.File

Methods

showsPrec :: Int -> T -> ShowS #

show :: T -> String #

showList :: [T] -> ShowS #

write :: T -> IO () Source #