gnuplot-0.5.5.3: 2D and 3D plots using gnuplot
Graphics.Gnuplot.Terminal.PostScript
data T Source #
Defined in Graphics.Gnuplot.Terminal.PostScript
Methods
canonical :: T -> T0
cons :: FilePath -> T Source #
encoding :: T -> T -> T Source #
Setting the encoding to anything different from locale makes only sense if you write your gnuplot files manually using this encoding.
locale
landscape :: T -> T Source #
portrait :: T -> T Source #
eps :: T -> T Source #
color :: T -> T Source #
monochrome :: 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.