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.

70 SET-SHOW <strong>gnuplot</strong> 4.3 89<br />

set bars {small | large | fullwidth | } {front | back}<br />

unset bars<br />

show bars<br />

small is a synonym for 0.0, and large for 1.0. The default is 1.0 if no size is given.<br />

The keyword fullwidth is relevant only to histograms with errorbars. It sets the width of the errorbar<br />

ends to be the same as the width of the associated box in the histogram. It does not change the width<br />

of the box itself.<br />

The front and back keywords are relevant only to errorbars attached to filled rectangles (boxes, candlesticks,<br />

histograms).<br />

70.5 Bmargin<br />

The command set bmargin sets the size of the bottom margin. Please see set margin (p. 112) for<br />

details.<br />

70.6 Border<br />

The set border and unset border commands control the display of the graph borders for the plot<br />

and splot commands. Note that the borders do not necessarily coincide with the axes; with plot they<br />

often do, but with splot they usually do not.<br />

Syntax:<br />

set border {} {front | back} {linewidth | lw }<br />

{{linestyle | ls } | {linetype | lt }}<br />

unset border<br />

show border<br />

With a splot displayed in an arbitrary orientation, like set view 56,103, the four corners of the x-y<br />

plane can be referred to as "front", "back", "left" and "right". A similar set of four corners exist for<br />

the top surface, of course. Thus the border connecting, say, the back and right corners of the x-y plane<br />

is the "bottom right back" border, and the border connecting the top and bottom front corners is the<br />

"front vertical". (This nomenclature is defined solely to allow the reader to figure out the table that<br />

follows.)<br />

The borders are encoded in a 12-bit integer: the bottom four bits control the border for plot and the<br />

sides of the base for splot; the next four bits control the verticals in splot; the top four bits control the<br />

edges on top of the splot. In detail, should be the sum of the appropriate entries from the<br />

following table:<br />

Graph Border Encoding<br />

Bit plot splot<br />

1 bottom bottom left front<br />

2 left bottom left back<br />

4 top bottom right front<br />

8 right bottom right back<br />

16 no effect left vertical<br />

32 no effect back vertical<br />

64 no effect right vertical<br />

128 no effect front vertical<br />

256 no effect top left back<br />

512 no effect top right back<br />

1024 no effect top left front<br />

2048 no effect top right front<br />

Various bits or combinations of bits may be added together in the command.

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

Saved successfully!

Ooh no, something went wrong!