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.

36 SET-SHOW gnuplot 4.0 111<br />

Additional point-plot symbols are also available with the fig driver. The symbols can be used through<br />

pointtype values % 100 above 50, with different fill intensities controlled by % 5 and<br />

outlines in black (for % 10 < 5) or in the current color. Available symbols are<br />

50 - 59: circles<br />

60 - 69: squares<br />

70 - 79: diamonds<br />

80 - 89: upwards triangles<br />

90 - 99: downwards triangles<br />

The size of these symbols is linked to the font size. The depth of symbols is by default one less than<br />

the depth for lines to achieve nice error bars. If is above 1000, the depth is +<br />

/1000-1. If %1000 is above 100, the fill color is (%1000)/100-1.<br />

Available fill colors are (from 1 to 9): black, blue, green, cyan, red, magenta, yellow, white and dark<br />

blue (in monochrome mode: black for 1 to 6 and white for 7 to 9).<br />

See plot with (p. 47) for details of and .<br />

The big option is a substitute for the bfig terminal in earlier versions, which is no longer supported.<br />

Examples:<br />

set terminal fig monochrome small pointsmax 1000<br />

plot ’file.dat’ with points linetype 102 pointtype 759<br />

# defaults<br />

would produce circles with a blue outline of width 1 and yellow fill color.<br />

plot ’file.dat’ using 1:2:3 with err linetype 1 pointtype 554<br />

would produce errorbars with black lines and circles filled red. These circles are one layer above the<br />

lines (at depth 9 by default).<br />

To plot the error bars on top of the circles use<br />

plot ’file.dat’ using 1:2:3 with err linetype 1 pointtype 2554<br />

36.59.23 Ggi<br />

The ggi driver can run on different targets as X or svgalib.<br />

Syntax:<br />

set terminal ggi [acceleration ] [[mode] {mode}]<br />

In X the window cannot be resized using window manager handles, but the mode can be given with the<br />

mode option, e.g.:<br />

- V1024x768<br />

- V800x600<br />

- V640x480<br />

- V320x200<br />

Please refer to the ggi documentation for other modes. The ’mode’ keyword is optional. It is recommended<br />

to select the target by environment variables as explained in the libggi manual page. To get<br />

DGA on X, you should for example<br />

bash> export GGI_DISPLAY=DGA<br />

csh> setenv GGI_DISPLAY DGA<br />

’acceleration’ is only used for targets which report relative pointer motion events (e.g. DGA) and is a<br />

strictly positive integer multiplication factor for the relative distances. The default for acceleration is 7.<br />

Examples:<br />

set term ggi acc 10<br />

set term ggi acc 1 mode V1024x768<br />

set term ggi V1024x768

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

Saved successfully!

Ooh no, something went wrong!