INCLAN Graphics: plot cross: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
(Created page with 'Usage: plot caro ''x'' ''y'' (normal mode) plot cross ''x'' ''y'' plot dot ''x'' ''y'' plot plus ''x'' ''y'' plot square ''x'' ''y'' …')
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Usage: plot caro ''x'' ''y''            (normal mode)
== Synopsis ==
      plot cross ''x'' ''y''
      plot dot ''x'' ''y''
      plot plus ''x'' ''y''
      plot square ''x'' ''y''
      plot triangle ''x'' ''y''


      plot caro [''x'' ''y1''...]      (list mode)
'''plot cross''' ''x'' ''y'' (normal mode)
      plot cross [''x'' ''y1''...]
      plot dot [''x'' ''y1''...]
'''plot cross''' [''x'' ''y''<sub>1</sub>...] (list mode)
      plot plus [''x'' ''y1''...]
 
      plot square [''x'' ''y1''...]
== Description ==
      plot triangle [''x'' ''y1''...]


Normal mode:  
Normal mode:  
These commands mark the position (x,y) with the corresponding symbol.  
This command marks the position (''x'',''y'') with the corresponding symbol.The size of the symbol is determined by the current value of the plot  
The size of the symbol is determined by the current value of the plot  
parameter '''marksize'''.
parameter marksize.


List mode:  
List mode:  
These commands mark the positions given by the vector expressions x,
This command marks the positions given by the vector expressions ''x'', ''y''<sub>1</sub>,... with the corresponding symbol. If no vector expressions are specified, all points of the list columns are marked. If the ''x''-expression is omitted (i.e. if only a single expression, ''y''<sub>1</sub>, is given), the ''x''-coordinates are taken from the ''x''-column of the list.
y1,... with the corresponding symbol. If no vector expressions are
specified, all points of the list columns are marked. If the
x-expression is omitted (i.e. if only a single expression, y1, is
given), the x-coordinates are taken from the x-column of the list.

Latest revision as of 18:15, 9 September 2009

Synopsis

plot cross x y (normal mode)

plot cross [x y1...] (list mode)

Description

Normal mode: This command marks the position (x,y) with the corresponding symbol.The size of the symbol is determined by the current value of the plot parameter marksize.

List mode: This command marks the positions given by the vector expressions x, y1,... with the corresponding symbol. If no vector expressions are specified, all points of the list columns are marked. If the x-expression is omitted (i.e. if only a single expression, y1, is given), the x-coordinates are taken from the x-column of the list.