Tested tool guide
Tested browser tools
Checked August 16, 2026
What Vector Field Plotter does, with a checked example
Type the two component functions of a plane vector field - F(x,y) for the x-direction, G(x,y) for the y-direction - and the tool draws the field over the visible domain: an arrow at every sample point, a magnitude-based color scale, and streamlines that follow the flow. It is a drawing tool, not an equation solver: each arrow is the instantaneous vector at its own point, so the plot is a frozen snapshot of motion. The most common misreading is speed: arrow length is not always a reliable speed cue, so trust the magnitude colors - and verify direction at one point you can compute by hand.
Worked example
A concrete input and expected output from the current implementation.
Input
F(x,y) = -y and G(x,y) = x
->
Expected output
A counterclockwise rotation field. Along the positive x-axis every arrow points straight up; along the positive y-axis, straight left; the negative axes point down and right. Arrow length and color both grow with distance from the origin, since magnitude is sqrt(x^2 + y^2): the field is weakest at the center and strongest at the view edges. The streamlines are concentric circles centered on the origin.
This is the classic rotation field: divergence 0, curl 2. A particle released anywhere orbits the origin at constant speed, and each arrow is the velocity it has at that point, so every particle path is a circle.