Skip to content

markerfacecolor/markeredgecolor alpha issue #1504

@tacaswell

Description

@tacaswell

As reported here http://stackoverflow.com/questions/13405651/markerfacecolor-ignoring-saturation-value-python-matplotlib

plt.errorbar(1,1,1,markerfacecolor=[1,0,0,0.1], color=[1,0,0,0.1], marker='o')

produces a marker with alpha = 1

plt.errorbar(1,1,1,markeredgecolor=[0,1,0,0.1], color=[1,0,0,0.1], marker='o')

produces markers with the specified alpha.

tested on 1.3.x (9f2cb13)

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