Skip to content

Default marker edge width in plot vs. scatter #4674

@jhamrick

Description

@jhamrick

The default marker edge width is inconsistent across Axes.plot and Axes.scatter, due to differences between lines and patches. When all the other defaults are updated, perhaps this could also be made consistent.

For plot, the edge width is currently 0.5 (from lines.markeredgewidth), and for scatter, it is 1.0 (from patch.linewidth).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions