14.10.2014 Views

gnuplot documentation

gnuplot documentation

gnuplot documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

77 TERMINAL <strong>gnuplot</strong> 4.3 181<br />

The advantage, if any, of the mp terminal over a postscript terminal is editable output. Considerable<br />

effort went into making this output as clean as possible. For those knowledgeable in the Metapost<br />

language, the default line types and colors can be changed by editing the arrays lt[] and col[]. The<br />

choice of solid vs dashed lines, and color vs black lines can be change by changing the values assigned<br />

to the booleans dashedlines and colorlines. If the default tex option was in effect, global changes<br />

to the text of labels can be achieved by editing the vebatimtex...etex block. In particular, a LaTeX<br />

preamble can be added if desired, and then LaTeX’s built-in size changing commands can be used for<br />

maximum flexibility. Be sure to set the appropriate MP configuration variable to force Metapost to run<br />

LaTeX instead of plainTeX.<br />

77.46 Mtos<br />

The mtos terminal has no options. It sends data via a pipe to an external program called GPCLIENT.<br />

It runs under MULTITOS, Magic 3.x, MagicMAC. and MiNT. If you cannot find GPCLIENT, than<br />

mail to dirk@lstm.uni-erlangen.de.<br />

77.47 Next<br />

Several options may be set in the next driver.<br />

Syntax:<br />

set terminal next {} { } {} {}<br />

{""} {} title {""}<br />

where is default, which sets all options to their defaults; is either new or old, where<br />

old invokes the old single window; is either color or monochrome; is either solid<br />

or dashed; "" is the name of a valid PostScript font; is the size of the font in<br />

PostScript points; and is the title for the GnuTerm window. Defaults are new, monochrome,<br />

dashed, "Helvetica", 14pt.<br />

Examples:<br />

set term next default<br />

set term next 22<br />

set term next color "Times-Roman" 14<br />

set term next color "Helvetica" 12 title "MyPlot"<br />

set term next old<br />

Pointsizes may be changed with set linestyle.<br />

77.48 Openstep (next)<br />

Several options may be set in the openstep (next) driver.<br />

Syntax:<br />

set terminal openstep {} { } {} {}<br />

{""} {} title {""}<br />

where is default, which sets all options to their defaults; is either new or old, where<br />

old invokes the old single window; is either color or monochrome; is either solid<br />

or dashed; "" is the name of a valid PostScript font; is the size of the font in<br />

PostScript points; and is the title for the GnuTerm window. Defaults are new, monochrome,<br />

dashed, "Helvetica", 14pt.<br />

Examples:<br />

set term openstep default<br />

set term openstep 22<br />

set term openstep color "Times-Roman" 14<br />

set term openstep color "Helvetica" 12 title "MyPlot"<br />

set term openstep old

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!