Description
Default value: true
If ytics
is true
, tics will be written in the y axis.
Since this is a global graphics option, its position in the scene description
does not matter.
Example:
(%i1) load(draw)$
(%i2) draw2d(ytics = false,
explicit(exp(u),u,-2,2),
xtics = false)$
See also , and .