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'
On Sunday, December 11, 2011, Mike Kaufman wrote:
>
> 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 savef
Both Skim 1.3.18 and Preview on OSX 10.6.8 show this. I'm using gv 3.7.1
as a postscript viewer.
M
> Mike,
>
> I was recently tracking down a somewhat similar problem a few days ago.
> It turned out not to have been related to mpl at all, but rather a bug
> in the PDF viewer. Which viewer ar
On Sunday, December 11, 2011, Mike Kaufman wrote:
>
> Both Skim 1.3.18 and Preview on OSX 10.6.8 show this. I'm using gv 3.7.1
as a postscript viewer.
>
> M
>
Could you send the PDF and a screen capture of what you see as a png so we
can check? The mac's Preview program was the one that I found