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.

132 gnuplot 4.0 36 SET-SHOW<br />

values. The character R takes on one of three values: "i" if the point is in the active range, "o" if it is<br />

out-of-range, or "u" if it is undefined. The data format is determined by the format of the axis labels<br />

(see set format (p. 66)), and the columns are separated by single spaces.<br />

For those times when you want the numbers, you can display them on the screen or save them to a file.<br />

This can be useful if you want to generate contours and then save them for further use, perhaps for<br />

plotting with plot; see set contour (p. 61) for an example. The same method can be used to save<br />

interpolated data (see set samples (p. 90) and set dgrid3d (p. 63)).<br />

36.59.65 Tek40<br />

This family of terminal drivers supports a variety of VT-like terminals. tek40xx supports Tektronix<br />

4010 and others as well as most TEK emulators; vttek supports VT-like tek40xx terminal emulators; kctek40xx<br />

supports MS-DOS Kermit Tek4010 terminal emulators in color: km-tek40xx supports them<br />

in monochrome; selanar supports Selanar graphics; and bitgraph supports BBN Bitgraph terminals.<br />

None have any options.<br />

36.59.66 Tek410x<br />

The tek410x terminal driver supports the 410x and 420x family of Tektronix terminals.<br />

options.<br />

It has no<br />

36.59.67 Texdraw<br />

The texdraw terminal driver supports the LaTeX texdraw environment. It is intended for use with<br />

"texdraw.sty" and "texdraw.tex" in the texdraw package.<br />

Points, among other things, are drawn using the LaTeX commands "\Diamond" and "\Box". These<br />

commands no longer belong to the LaTeX2e core; they are included in the latexsym package, which is<br />

part of the base distribution and thus part of any LaTeX implementation. Please do not forget to use<br />

this package.<br />

It has no options.<br />

36.59.68 Tgif<br />

Tgif is an X11-based drawing tool — it has nothing to do with GIF.<br />

The tgif driver supports different pointsizes (with set pointsize), different label fonts and font sizes (e.g.<br />

set label "Hallo" at x,y font "Helvetica,34") and multiple graphs on the page. The proportions of<br />

the axes are not changed.<br />

Syntax:<br />

set terminal tgif {portrait | landscape} {}<br />

{solid | dashed}<br />

{""} {}<br />

where specifies the number of graphs in the x and y directions on the page, "" is<br />

the name of a valid PostScript font, and specifies the size of the PostScript font. Defaults<br />

are portrait, [1,1], dashed, "Helvetica", and 18.<br />

The solid option is usually prefered if lines are colored, as they often are in the editor. Hardcopy will<br />

be black-and-white, so dashed should be chosen for that.<br />

Multiplot is implemented in two different ways.<br />

The first multiplot implementation is the standard gnuplot multiplot feature:<br />

set terminal tgif<br />

set output "file.obj"<br />

set multiplot

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

Saved successfully!

Ooh no, something went wrong!