8000 DOC: https://matplotlib.org/api/_as_gen/matplotlib.quiver.Quiver.html · Issue #17295 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
DOC: https://matplotlib.org/api/_as_gen/matplotlib.quiver.Quiver.html #17295
Closed
@keithbriggs

Description

@keithbriggs

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0