matlab-epsclean icon indicating copy to clipboard operation
matlab-epsclean copied to clipboard

Clean/Repair .eps PostScript vector files created by Matlab R2016b

Results 3 matlab-epsclean issues
Sort by recently updated
recently updated
newest added

Some of the labels and markers information from the figures is lost after using epsclean.m . Ex: text box, markers etc. I am using Matlab version 2017a. Can you please...

This project is a great service to the community. Thanks! I am attaching an example where epsclean removes most, but not all of the artifacts. The original file is fig1.eps...

I installed Matlab 2017b, and found the script will remove some colored areas. For example, Code: ``` contourf(peaks(100));saveas(gcf,'figure.eps','epsc') epsclean('figure.eps','figure_clean.eps','GroupSoft',true,'combineAreas',true,'removeboxes',true) ``` Generates the following (I converted from eps to pdf for...