ticks Function (GPL)

Syntax

ticks()

or

ticks(null())

Description

Specifies that major ticks should be drawn for the axis. Ticks are drawn by default, so this function is typically used only with null() to hide the tick marks.

Examples

Figure 1. Example: Hiding tick marks
GUIDE: axis(dim(2), ticks(null()))