8000 alpha value lost on marker edges · Issue #4580 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
alpha value lost on marker edges #4580
Closed
@mdehoon

Description

@mdehoon

Using the tkagg backend:

import matplotlib
matplotlib.use("tkagg")
from pylab import *
plot(arange(10),'-o',color=(1,0,0,0.99),markeredgecolor=(0,0,0,0.1),markersize=100,markeredgewidth=10)

produces markers with edges with alpha=0.99 instead of 0.1.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0