14.10.2014 Views

gnuplot documentation

gnuplot documentation

gnuplot documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

77 TERMINAL <strong>gnuplot</strong> 4.3 169<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. 79) 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 />

77.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 <strong>documentation</strong> 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<br />

77.24 Gif<br />

Syntax:<br />

set terminal gif<br />

{tiny | small | medium | large | giant}<br />

{{no}transparent} {{no}enhanced}<br />

{linewidth } {dashlength }<br />

{font {}}<br />

{animate {delay } {{no}optimize}}<br />

{size ,} {{no}crop}<br />

{ ...}

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

Saved successfully!

Ooh no, something went wrong!