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

Examples:<br />

To draw an arrow without an arrow head and double width, use:<br />

set style arrow 1 nohead lw 2<br />

set arrow arrowstyle 1<br />

See also ‘set arrow‘ for further examples.<br />

36.57.2 Set style data<br />

The set style data command changes the default plotting style for data plots.<br />

Syntax:<br />

set style data <br />

show style data<br />

See plotting styles (p. 94) for the choices. If no choice is given, the choices are listed. show style<br />

data shows the current default data plotting style.<br />

36.57.3 Set style fill<br />

The set style fill command is used to set the style of boxes or candlesticks.<br />

Syntax:<br />

set style fill {empty | solid {} | pattern {}}<br />

{border {} | noborder}<br />

The default fillstyle is empty.<br />

The solid option causes filling with a solid color, if the terminal supports that. The parameter<br />

specifies the intensity of the fill color. At a of 0.0, the box is empty, at of 1.0,<br />

the inner area is of the same color as the current linetype. Some terminal types can vary the density<br />

continuously; others implement only a few levels of partial fill. If no parameter is given, it<br />

defaults to 1.<br />

The pattern option causes filling to be done with a fill pattern supplied by the terminal driver. The<br />

kind and number of available fill patterns depend on the terminal driver. If multiple datasets using filled<br />

boxes are plotted, the pattern cycles through all available pattern types, starting from pattern ,<br />

much as the line type cycles for multiple line plots.<br />

The empty option causes filled boxes not to be filled. This is the default. It is equivalent to the solid<br />

option with a parameter of zero.<br />

By default, border, the box is bounded by a solid line of the current linetype. border specifies<br />

that a border is to be drawn using linetype . noborder specifies that no bounding lines are drawn.<br />

36.57.4 Set style function<br />

The set style function command changes the default plotting style for function plots.<br />

Syntax:<br />

set style function <br />

show style function<br />

See plotting styles (p. 94) for the choices. If no choice is given, the choices are listed. show style<br />

function shows the current default function plotting style.

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

Saved successfully!

Ooh no, something went wrong!