[Bug]: Cannot use empty markers in scatter · Issue #24404 · matplotlib/matplotlib · GitHub
Skip to content

[Bug]: Cannot use empty markers in scatter #24404

Description

@Atcold

Bug summary

I'd like to have a scatter plot with empty 'o' markers (just the edge).
This seems impossible.

Code for reproduction

from matplotlib.pylab import *
x = arange(0, 10)
scatter(x, x, c=x, facecolors='none')

Actual outcome

image

Expected outcome

Empty markers.

Matplotlib Version

3.5.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions