'--' linestyle renders poorly in PDFs (but fine onscreen)

조회 수: 12 (최근 30일)
Drew Steen
Drew Steen 2011년 7월 1일
댓글: Jan 2017년 10월 9일
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?

채택된 답변

Jan
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
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
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 CenterFile Exchange에서 Title에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by