set paxis <axisno> {range <range-options> | tics <tic-options>} set paxis <axisno> label <label-options> { offset <radial-offset> } show paxis <axisno> {range | tics}The set paxis command is equivalent to the set xrange and set xtics commands except that it acts on one of the axes p1, p2, ... used in parallel axis plots and spiderplots. See parallelaxes (p.
set paxis 4#4axisno5#5 label 4#4label-options5#5 is relevant to spiderplots but ignored otherwise. Axes of a parallel axis plot can be labeled using the title option of the plot command, which generates an xtic label. Note that this may require also set xtics.
The axis linetype properties are controlled using set style parallelaxis (p. ).