INCLAN Graphics: plot label: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 1: Line 1:
== Synopsis ==


Usage: plot label ''axis'' ''position'' [''text'']
'''plot label''' ''axis'' ''position'' ''text''


labels the given axis by placing a tic and the text at the given
== Description ==
position. The parameter axis can have the following values:
 
  x or bottom   Label the x-axis, i.e. the horizontal line at
Labels the given axis by placing a tic and the ''text'' at the given ''position''. The parameter ''axis'' can have the following values:
                y-position Y0.  
;''x'' or bottom: Label the ''x''-axis, i.e. the horizontal line at ''y''-position, ''Y''<sub>0</sub>.  
  y or left     Label the y-axis, i.e. the vertical line at
;''y'' or left: Label the ''y''-axis, i.e. the vertical line at ''x''-position, ''X''<sub>0</sub>.
                x-position X0.
;top: Label the horizontal line at ''y''-position, ''Y''<sub>1</sub>.
  top           Label the horizontal line at y-position Y1.
;right: Label the vertical line at ''x''-position, ''X''<sub>1</sub>.
  right         Label the vertical line at x-position X1.
If ''text'' is blank, only a tic is set.
If text is blank, only a tic is set.

Latest revision as of 15:28, 13 August 2009

Synopsis

plot label axis position text

Description

Labels the given axis by placing a tic and the text at the given position. The parameter axis can have the following values:

x or bottom
Label the x-axis, i.e. the horizontal line at y-position, Y0.
y or left
Label the y-axis, i.e. the vertical line at x-position, X0.
top
Label the horizontal line at y-position, Y1.
right
Label the vertical line at x-position, X1.

If text is blank, only a tic is set.