Jules B. Kajtar
Jules B. Kajtar
I am using Preview on Mac too. I tried using the 'combineAreas' option on fig1.eps posted by morattico, and that seems to fix all issues with that file. However if...
Yeh, if I convert to PDF then view with Acrobat Reader, then I do not see the artifacts (seems to be specific to Preview for me). But as another observation...
I just wanted to share an update, since all of my issues have been resolved with the fix on this thread: https://github.com/Conclusio/matlab-epsclean/issues/11 Referring to my post from 14 Sep 2017...
Thanks very much! However, it does not appear to be working for me.. It does not make the change to the eps file if I call `epsclean(... , 'closeGaps',true);` Taking...
But it's not being assigned in the block line 109-122. Therefore it always takes the default value. Sorry if I'm missing something really obvious here.. However, if I change that...
Oh I see, I have been using the call: `epsclean('out.eps','closeGaps',true);` rather than say `epsclean('out.eps','out_clean.eps','closeGaps',true);` (the latter works fine). But why does say `epsclean('out.eps','combineAreas',true);` work fine, but not `epsclean('out.eps','closeGaps',true);`?
Confirming that it now behaves as expected. Huge thankyou to you too! The number of hours (rather, weeks) that I've spent on work-arounds for this Matlab issue... I now have...