Set the data used for X coordinates of each point.
This applies to the current active CurveArtist.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | src |
Type of data source to draw (see |
||
| integer(kind=int32), | intent(in) | :: | element |
Array index of the data indicated in src to plot. |
||
| integer(kind=int32), | intent(in) | :: | opt |
Indicate if a position or optional is plotted. 0 is for position, other values indicate the index of the optional to use. Only used if src = POSOPT. |
||
| real(kind=real64), | intent(in) | :: | scale |
Scale factor to apply to drawn trajectory data. |