Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[ENH]: plt.scatter() parameters are extremely confusing #27765

Open
@francescoboc

Description

@francescoboc

Problem

Everytime I have to change the marker, size or color of a scatter plot I have to google the parameters because they are impossible to remember. Why is it that:

  • to change marker color I can use either the color or c parameter,
  • but to change the marker I can only use marker, while the shortened version m does not work,
  • and to change the marker size only the shortened parameter s works but not size !!?

So confusing!

image

Proposed solution

Define parameters to customize the scatter plot more consistently.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions