gnuplot-0.5.4.1: 2D and 3D plots using gnuplot

Safe HaskellSafe
LanguageHaskell98

Graphics.Gnuplot.File

Documentation

data T Source

Constructors

Cons 

Fields

name :: FilePath
 
content :: String
 

Instances

write :: T -> IO () Source