10000 savefig to pdf and ps don't respect mew=0 or mec · Issue #621 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
savefig to pdf and ps don't respect mew=0 or mec #621
Closed
@kaufman

Description

@kaufman

for this code:

clf()
plot(arange(5),arange(5), 'y.', ms=30.0, mew=0, mec='r')
draw()
savefig('mew.pdf')
savefig('mew.ps')

The pdf and ps show a marker edge even though the gtkagg window doesn't (neither do the png or svg savefigures).
The marker edge in the ps is black instead of red.

I haven't done a git-bisect, but
f1388ee from April 11 seems to have the pdf problem but the ps doesn't have a marker edge.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0