'--' linestyle renders poorly in PDFs (but fine onscreen)
조회 수: 12 (최근 30일)
이전 댓글 표시
When I make a plot using dash-like linestyles and then print the plot to a PDF, the dashes are so small as to be invisible. For example:
x=0:0.1:10;
y=sin(x);
plot(x, y, 'Linestyle', '--');
This looks good onscreen, but when I print to a pdf there are so many dashed per unit length that the line looks continuous. Oddly if I print directly to a physical printer, the dashes look fine.
Any idea whether this is Adobe's problem, or MATLAB's? Or whether I can do anything about it?
댓글 수: 0
채택된 답변
Jan
2011년 7월 1일
The PDF is created by using an intermediate EPS or PS file. The conversion of dashed and dotted lines from Matlab to EPS is poor. Solutions:
Dear TMW: This problem is very old and very obvious. The solution looks very straight. So please update the EPS export accordingly. And to reduce the traffic on MATLAB Answers, buy export_fig and include it in the Matlab toolboxes, please.
댓글 수: 4
Thomas Kirven
2017년 10월 8일
This doesn't work for me. I have dashed lines in a 3d figure. I print the figure as an eps file, then put it through these functions, and the file either comes out unable to be viewed or unchanged.
Jan
2017년 10월 9일
@Thomas: 3D graphics are renders by OpenGL in many cases. Then the created PDF contains a screenshot only and you cannot modify the contents directly. Please open a new thread and explain clearly, what the inputs are, and show an example of the problem as a screenshot. Thanks.
Again: Prefer to open a new thread than to hijack an existing one. This is an advantage for you and for the forum.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Title에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!