Skip to content

alpha cause facecolor being ignored in scatter #311

@gepcel

Description

@gepcel

During using scatter, when alpha param is set, facecolor='none' is ignored. eg:

fig,ax=pplt.subplot()
ax.scatter(0.4, 0.5, 100, fc='none', ec='k', alpha=.2)
ax.scatter(0.5, 0.5, 100, fc="none", ec="k")
ax.scatter(0.6, 0.5, 100, fc="none", ec="k", alpha=1)
fig.save('t2.png')

All 3 dots should have none facecolor` and black ecgecolor with difference alpha. But I got:

Image

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