Closed
Description
This bit is not grammatical. You can't start a sentence with "where" (unless it's a question).
Call signature:
quiver([X, Y], U, V, [C], **kw)
Where X, Y define the arrow locations, U, V define the arrow directions, and C optionally sets the color
It could be changed to:
The call signature is:
quiver([X, Y], U, V, [C], **kw),
where X, Y define the arrow locations, U, V define the arrow directions, and C optionally sets the color.
or better:
Call signature:
quiver([X, Y], U, V, [C], **kw)
Here X, Y define the arrow locations, U, V define the arrow directions, and C optionally sets the color.