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

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.Gnuplot.Terminal.PostScript

Synopsis

Documentation

data T Source

Instances

C T 

eps :: T -> T Source

color :: T -> T Source

font :: String -> Int -> T -> T Source

embedFont :: FilePath -> T -> T Source

Embed a font file in the generated PostScript output. Each call adds a new font file, there is no way to remove it again.