[matplotlib-devel] savefig to pdf and ps don't respect mew=0 or mec

2011-12-11 Thread Mike 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'

Re: [matplotlib-devel] savefig to pdf and ps don't respect mew=0 or mec

2011-12-11 Thread Benjamin Root
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

Re: [matplotlib-devel] savefig to pdf and ps don't respect mew=0 or mec

2011-12-11 Thread Mike Kaufman
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

Re: [matplotlib-devel] savefig to pdf and ps don't respect mew=0 or mec

2011-12-11 Thread Benjamin Root
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