Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

markerfacecolor="None" becomes black when using the alpha channel #11458

Copy link
Copy link
Closed
@hsandmeyer

Description

@hsandmeyer
Issue body actions

Bug summary

When plotting non-filled markers with markerfacecolor="None" along with alpha=non-zero the marker face color becomes black for the png format. Same happens when using plt.show().

Code for reproduction

import matplotlib.pyplot as plt

plt.errorbar([1], [1], markerfacecolor = "None",
        marker = 'o', alpha = 0.9, markersize=100)

plt.savefig('test.png')
plt.savefig('test.pdf')

Actual outcome

test

Expected outcome
test.pdf

Matplotlib version

matplotlib 2.2.2-2 on arch-linux

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.