01.02.2014 Views

GNUPlot Manual

GNUPlot Manual

GNUPlot Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

120 gnuplot 4.0 36 SET-SHOW<br />

36.59.44 Mgr<br />

The mgr terminal driver supports the Mgr Window system. It has no options.<br />

36.59.45 Mif<br />

The mif terminal driver produces Frame Maker MIF format version 3.00. It plots in MIF Frames with<br />

the size 15*10 cm, and plot primitives with the same pen will be grouped in the same MIF group. Plot<br />

primitives in a gnuplot page will be plotted in a MIF Frame, and several MIF Frames are collected in<br />

one large MIF Frame. The MIF font used for text is "Times".<br />

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

Syntax:<br />

set terminal mif {color | colour | monochrome} {polyline | vectors}<br />

{help | ?}<br />

colour plots lines with line types >= 0 in colour (MIF sep. 2–7) and monochrome plots all line types<br />

in black (MIF sep. 0). polyline plots curves as continuous curves and vectors plots curves as collections<br />

of vectors. help and ? print online help on standard error output — both print a short description of<br />

the usage; help also lists the options.<br />

Examples:<br />

set term mif colour polylines<br />

set term mif<br />

set term mif vectors<br />

set term mif help<br />

# defaults<br />

# defaults<br />

36.59.46 Mp<br />

The mp driver produces output intended to be input to the Metapost program. Running Metapost on<br />

the file creates EPS files containing the plots. By default, Metapost passes all text through TeX. This<br />

has the advantage of allowing essentially any TeX symbols in titles and labels.<br />

Syntax:<br />

set term mp {color | colour | monochrome}<br />

{solid | dashed}<br />

{notex | tex | latex}<br />

{magnification }<br />

{psnfss | psnfss-version7 | nopsnfss}<br />

{prologues }<br />

{a4paper}<br />

{amstex}<br />

{""} {}<br />

The option color causes lines to be drawn in color (on a printer or display that supports it),<br />

monochrome (or nothing) selects black lines. The option solid draws solid lines, while dashed (or<br />

nothing) selects lines with different patterns of dashes. If solid is selected but color is not, nearly all<br />

lines will be identical. This may occasionally be useful, so it is allowed.<br />

The option notex bypasses TeX entirely, therefore no TeX code can be used in labels under this option.<br />

This is intended for use on old plot files or files that make frequent use of common characters like $ and<br />

% that require special handling in TeX.<br />

The option tex sets the terminal to output its text for TeX to process.<br />

The option latex sets the terminal to output its text for processing by LaTeX. This allows things like<br />

\frac for fractions which LaTeX knows about but TeX does not. Note that you must set the environment<br />

variable TEX to the name of your LaTeX executable (normally latex) if you use this option or use mpost<br />

–tex= .... Otherwise metapost will try and use TeX to process the<br />

text and it won’t work.

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

Saved successfully!

Ooh no, something went wrong!