Method svect
| Improve this Doc View Sourcesvect(Double[], Double[], Boolean)
plsvect: Set arrow style for vector plots
Declaration
public void svect(Double[] arrowx, Double[] arrowy, Boolean fill)
Parameters
Type | Name | Description |
---|---|---|
Double[] | arrowx | |
Double[] | arrowy | |
Boolean | fill | If fill is true then the arrow is closed, if fill is false then the arrow is open. |
Remarks
Set the style for the arrow used by plvect to plot vectors.