8000 Open markers incorrect in PDF output · Issue #1410 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Open markers incorrect in PDF output #1410
Closed
@mdboom

Description

@mdboom

In an e-mail from Gökhan Sever:

I see that a few days old clone of mpl, cannot save open symbols correctly in a pdf file.

Here is a simple test case (in ipython --pylab):

I6 xx = np.random.random(1000)

I7 plt.plot(xx, 'D', mfc='none')

On screen open symbols are fine, as expected transparency works fine, however when saved in pdf transparency disappears, symbols cover each other. (Saving to png is also fine)

Metadata

Metadata

Assignees

Labels

Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0