-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Description
The documentation for streamplot says:
When density = 1, the domain is divided into a 25x25 grid — density
linearly scales this grid. ... For different densities in each
direction, use [density_x, density_y].
However the implementation is different. When density is 1
then the grid appears to be 30x30 (see streamplot.py L313), but if density is (1, 1)
it is 25x25. I assume this is an error? Any idea @tonysyu?
Metadata
Metadata
Assignees
Labels
No labels