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

36.59.5 Aqua<br />

This terminal relies on AquaTerm.app for display on Mac OS X.<br />

Syntax:<br />

set terminal aqua {} {title ""} {size }<br />

{fname ""} {fsize }<br />

where is the number of the window to draw in (default is 0), is the name shown in the<br />

title bar (default "Figure "), is the size of the plot (default is 846x594 pt = 11.75x8.25<br />

in).<br />

Use to specify the font to use (default is "Times-Roman"), sets the font size<br />

(default is 14.0 pt).<br />

36.59.6 Atari ST (via AES)<br />

The atari terminal has options to set the character size and the screen colors.<br />

Syntax:<br />

set terminal atari {} { ... }<br />

The character size must appear if any colors are to be specified. Each of the (up to 16) colors is given<br />

as a three-digit hex number, where the digits represent RED, GREEN and BLUE (in that order). The<br />

range of 0–15 is scaled to whatever color range the screen actually has. On a normal ST screen, odd and<br />

even intensities are the same.<br />

Examples:<br />

set terminal atari 4 # use small (6x6) font<br />

set terminal atari 6 0 # set monochrome screen to white on black<br />

set terminal atari 13 0 fff f00 f0 f ff f0f<br />

# set first seven colors to black, white, red, green,<br />

# blue, cyan, and purple and use large font (8x16).<br />

Additionally, if an environment variable GNUCOLORS exists, its contents are interpreted as an options<br />

string, but an explicit terminal option takes precedence.<br />

36.59.7 Be<br />

gnuplot provides the be terminal type for use with X servers. This terminal type is set automatically<br />

at startup if the DISPLAY environment variable is set, if the TERM environment variable is set to<br />

xterm, or if the -display command line option is used.<br />

Syntax:<br />

set terminal be {reset} {}<br />

Multiple plot windows are supported: set terminal be directs the output to plot window number<br />

n. If n>0, the terminal number will be appended to the window title and the icon will be labeled gplt<br />

. The active window may distinguished by a change in cursor (from default to crosshair.)<br />

Plot windows remain open even when the gnuplot driver is changed to a different device. A plot window<br />

can be closed by pressing the letter q while that window has input focus, or by choosing close from a<br />

window manager menu. All plot windows can be closed by specifying reset, which actually terminates<br />

the subprocess which maintains the windows (unless -persist was specified).<br />

Plot windows will automatically be closed at the end of the session unless the -persist option was given.<br />

The size or aspect ratio of a plot may be changed by resizing the gnuplot window.<br />

Linewidths and pointsizes may be changed from within gnuplot with set linestyle.<br />

For terminal type be, gnuplot accepts (when initialized) the standard X Toolkit options and resources<br />

such as geometry, font, and name from the command line arguments or a configuration file. See the X(1)<br />

man page (or its equivalent) for a description of such options.

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

Saved successfully!

Ooh no, something went wrong!