14.10.2014 Views

gnuplot documentation

gnuplot documentation

gnuplot documentation

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.

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

77.68 Unixpc<br />

The unixpc terminal driver supports AT&T 3b1 and AT&T 7300 Unix PC. It has no options.<br />

77.69 Unixplot<br />

The unixplot terminal driver generates output in the Unix "plot" graphics language. It has no options.<br />

This terminal cannot be compiled if the GNU version of plot is to be used; in that case, use the gnugraph<br />

terminal instead.<br />

77.70 Atari ST (via VDI)<br />

The vdi terminal is the same as the atari terminal, except that it sends output to the screen via the<br />

VDI and not into AES-Windows.<br />

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

Syntax:<br />

set terminal vdi {} { ... }<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 vdi 4 # use small (6x6) font<br />

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

set terminal vdi 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 />

77.71 Vgagl<br />

The vgagl driver is a fast linux console driver with full mouse and pm3d support. It looks at the<br />

environment variable SVGALIB DEFAULT MODE for the default mode; if not set, it uses a 256 color<br />

mode with the highest available resolution.<br />

Syntax:<br />

set terminal vgagl \<br />

background [red] [[green] [blue]] \<br />

[uniform | interpolate] \<br />

[mode]<br />

The color mode can also be given with the mode option. Both Symbolic names as G1024x768x256<br />

and integers are allowed. The background option takes either one or three integers in the range [0,<br />

255]. If only one integers is supplied, it is taken as gray value for the background. If three integers are<br />

present, the background gets the corresponding color. The (mutually exclusive) options interpolate<br />

and uniform control if color interpolation is done while drawing triangles (on by default).<br />

To get high resolution modes, you will probably have to modify the configuration file of libvga, usually<br />

/etc/vga/libvga.conf. Using the VESA fb is a good choice, but this needs to be compiled in the kernel.<br />

The vgagl driver uses the first *available* vga mode from the following list:<br />

- the driver which was supplied when setting vgagl, e.g. ‘set term vgagl<br />

G1024x768x256‘ would first check, if the G1024x768x256 mode is available.

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

Saved successfully!

Ooh no, something went wrong!