Skip to content

[quiver-basic] Basic Quiver Plot (Vector Field) #1014

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A quiver plot displays vector fields using arrows at grid points. Each arrow shows direction and magnitude of a vector (like velocity, force, or gradient) at that location, revealing flow patterns and field structure.

Key Features

  • Arrows positioned on a grid
  • Arrow direction shows vector direction
  • Arrow length/size shows magnitude
  • Reveals flow patterns and gradients

Applications

  • Wind and ocean current visualization
  • Electromagnetic field visualization
  • Gradient fields in optimization
  • Fluid dynamics simulation output

Data Requirements

  • x, y (numeric arrays) - Arrow positions
  • u, v (numeric arrays) - Vector components (dx, dy)
  • Grid: typically 10x10 to 30x30 arrows for clarity

Visual Elements

  • Arrows with heads indicating direction
  • Arrow length proportional to magnitude
  • Optional: color encoding magnitude or other variable
  • Background grid or contours optional
  • Clear spacing between arrows

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions