altmany / export_fig

A MATLAB toolbox for exporting publication quality figures
BSD 3-Clause "New" or "Revised" License
1.27k stars 368 forks source link

Line extra thickness in PDF/EPS #329

Open AK-Jha opened 3 years ago

AK-Jha commented 3 years ago

The save pictures is very good in .png format but when it is in .eps or .pdf the very thin lines used in 3D surface meshing become very thick and dark that detoriated the quality of the image. I think it is due to fixline subroutine. Please suggest the changes in code so that I could maintain the thickness of mesh-lines in .eps format. Moreover, I want that hidden lines/surface should not come over, So how can I do that. Thanks