Method sym
| Improve this Doc View Sourcesym(Double[], Double[], Char)
plsym: Plot a glyph at the specified points
Declaration
public void sym(Double[] x, Double[] y, char code)
Parameters
Type | Name | Description |
---|---|---|
Double[] | x | A vector containing the x coordinates of the points. |
Double[] | y | A vector containing the y coordinates of the points. |
System.Char | code | Hershey symbol code corresponding to a glyph to be plotted at each of the n points. |
Remarks
Plot a glyph at the specified points. (This function is largely superseded by plstring which gives access to many[!] more glyphs.)