14.10.2014 Views

gnuplot documentation

gnuplot documentation

gnuplot documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

set tics {front | back}<br />

unset tics<br />

show tics<br />

The options in the first set above can be applied individually to any or all axes, i.e., x, y, z, x2, y2, and<br />

cb.<br />

Set tics front or back applies to all axes at once, but only for 2D plots (not splot). It controls whether<br />

the tics are placed behind or in front of the plot elements, in the case that there is overlap.<br />

axis or border tells <strong>gnuplot</strong> to put the tics (both the tics themselves and the accompanying labels)<br />

along the axis or the border, respectively. If the axis is very close to the border, the axis option will<br />

move the tic labels to outside the border in case the border is printed (see set border (p. 89)). The<br />

relevant margin settings will usually be sized badly by the automatic layout algorithm in this case.<br />

mirror tells <strong>gnuplot</strong> to put unlabelled tics at the same positions on the opposite border. nomirror<br />

does what you think it does.<br />

in and out change the tic marks to be drawn inwards or outwards.<br />

With scale, the size of the tic marks can be adjusted. If is not specified, it is 0.5*.<br />

The default size 1.0 for major tics and 0.5 for minor tics is requested by scale default.<br />

rotate asks <strong>gnuplot</strong> to rotate the text through 90 degrees, which will be done if the terminal driver<br />

in use supports text rotation. norotate cancels this. rotate by asks for rotation by <br />

degrees, supported by some terminal types.<br />

The defaults are border mirror norotate for tics on the x and y axes, and border nomirror norotate<br />

for tics on the x2 and y2 axes. For the z axis, the default is nomirror.<br />

The is specified by either x,y or x,y,z, and may be preceded by first, second, graph, screen,<br />

or character to select the coordinate system. is the offset of the tics texts from their default<br />

positions, while the default coordinate system is character. See coordinates (p. 24) for details.<br />

nooffset switches off the offset.<br />

set tics with no options restores to place tics inwards. Every other options are retained.<br />

See also set xtics (p. 143) for more control of major (labelled) tic marks and set mxtics for control<br />

of minor tic marks. These commands provide control at a axis by axis basis.<br />

70.65 Ticslevel<br />

Deprecated. See set xyplane (p. 145).<br />

70.66 Ticscale<br />

The set ticscale command is deprecated, use set tics scale instead.<br />

70.67 Timestamp<br />

The command set timestamp places the time and date of the plot in the left margin.<br />

Syntax:<br />

set timestamp {""} {top|bottom} {{no}rotate}<br />

{offset {,}} {font ""}<br />

unset timestamp<br />

show timestamp<br />

The format string allows you to choose the format used to write the date and time. Its default value is<br />

what asctime() uses: "%a %b %d %H:%M:%S %Y" (weekday, month name, day of the month, hours,<br />

minutes, seconds, four-digit year). With top or bottom you can place the timestamp at the top or<br />

bottom of the left margin (default: bottom). rotate lets you write the timestamp vertically, if your

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

Saved successfully!

Ooh no, something went wrong!