8000 Inconsistent streamplot grid size · Issue #2653 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Inconsistent streamplot grid size #2653
@ajdawson

Description

@ajdawson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0