-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
area combination fails when fixing contour plot #11
Comments
Could you please provide an example .eps file for your issue? I.e. the input file before calling 'epsclean'. Thank you. |
Original.zip |
Thank you for the input. As of now, I do not have access to another Matlab version. |
with 'combineAreas',true, it ran for 9010.899407 seconds and generated a broken file |
I see... In the "cleaned" file, change line This eliminates the lines (at least in my viewer). combineAreas can be left to 'false' in your case. |
No worries on the speed it's good enough. Small spikes appear when I did so Another small bug I experience is that the code does not always capture white filled areas, see below highlighted are areas I fill white to cover the plot outside the boundary |
Regarding the spikes: That's a shame, then the workaround needs improvement... |
It works! Thanks again for your help! |
You're welcome. On last time, regarding the spikes again: So the value 1 is changed to 0.01. What this statement in general does is drawing an additional polyline with the given width (0.01) around every area, basically eliminating gaps between areas. |
It works perfectly! Cheers!! |
Brilliant! Editing that statement solved my problems too! Thank you! |
brilliant script for fixing annoying white lines
but not working when I tried to fix the artifacts between areas (MatlabR2017a)
The text was updated successfully, but these errors were encountered: