01.02.2014 Views

GNUPlot Manual

GNUPlot Manual

GNUPlot Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

36 SET-SHOW gnuplot 4.0 123<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 />

36.59.49 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<br />

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

36.59.50 Pbm<br />

Several options may be set in the pbm terminal — the driver for PBMplus.<br />

Syntax:<br />

set terminal pbm {} {}<br />

where is small, medium, or large and is monochrome, gray or color. The<br />

default plot size is 640 pixels wide and 480 pixels high; this may be changed by set size.<br />

The output of the pbm driver depends upon : monochrome produces a portable bitmap (one<br />

bit per pixel), gray a portable graymap (three bits per pixel) and color a portable pixmap (color, four<br />

bits per pixel).<br />

The output of this driver can be used with Jef Poskanzer’s excellent PBMPLUS package, which provides<br />

programs to convert the above PBMPLUS formats to GIF, TIFF, MacPaint, Macintosh PICT, PCX,<br />

X11 bitmap and many others. PBMPLUS may be obtained from ftp.x.org. The relevant files have names<br />

that begin with "netpbm-1mar1994.p1"; they reside in /contrib/utilities. The package can probably also<br />

be obtained from one of the many sites that mirrors ftp.x.org.<br />

Examples:<br />

set terminal pbm small monochrome<br />

set size 2,2; set terminal pbm color medium<br />

# defaults<br />

36.59.51 Pdf<br />

This terminal produces files in the Adobe Portable Document Format (PDF), useable for printing or<br />

display with tools like Acrobat Reader<br />

Syntax:

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

Saved successfully!

Ooh no, something went wrong!