Syntax:
set {x|x2|y|y2|z}zeroaxis { {linestyle | ls <line_style>} | {linetype | lt <line_type>} {linewidth | lw <line_width>} {linecolor | lc <colorspec>} {dashtype | dt <dashtype>} } unset {x|x2|y|y2|z}zeroaxis show {x|y|z}zeroaxis
By default, these options are off. The selected zero axis is drawn
with a line of type line_type
, width
line_width
, color
colorspec
, and
dash type
dashtype
(if supported by the terminal driver currently in use),
or a user-defined style
line_style
(see set style line (p.
)).
If no linetype is specified, any zero axes selected will be drawn using the axis linetype (linetype 0).
Examples:
To simply have the y=0 axis drawn visibly:
set xzeroaxis
If you want a thick line in a different color or pattern, instead:
set xzeroaxis linetype 3 linewidth 2.5