Issue in line plot while saving in vector graphics
조회 수: 1 (최근 30일)
이전 댓글 표시
I had a matlab figure, it contains 4 lines. When I'm trying to save as pdf/eps/emf, one of the line's resolution is going crazy. I'll attach the matlab figure and pdf file also.
Please do needful.
f1 = openfig("para_sub_2D.fig");
print(f1,"pic.pdf","-dpdf","-r300")
댓글 수: 2
Dyuman Joshi
2023년 12월 12일
The lines in the pdf are appearing fine for me (R2021a on Win 10), as clear as the lines on the figure.
See the screenshots attached.
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!