Method string3
| Improve this Doc View Sourcestring3(Double[], Double[], Double[], String)
plstring3: Plot a glyph at the specified 3D points
Declaration
public static void string3(Double[] x, Double[] y, Double[] z, string str)
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. |
Double[] | z | A vector containing the z coordinates of the points. |
System.String | str |
Remarks
Plot a glyph at the specified 3D points. (Supersedes plpoin3 because many[!] more glyphs are accessible with plstring3.) Set up the call to this function similar to what is done for plline3. The glyph is specified with a PLplot user string. Note that the user string is not actually limited to one glyph so it is possible (but not normally useful) to plot more than one glyph at the specified points with this function. As with plmtex and plptex, the user string can contain FCI escapes to determine the font, UTF-8 code to determine the glyph or else PLplot escapes for Hershey or unicode text to determine the glyph.