필터 지우기
필터 지우기

Blurred latex figure label

조회 수: 4 (최근 30일)
Jooo
Jooo 2020년 10월 13일
댓글: Jooo 2020년 10월 13일
Hello,
I was wondering if there is a way to improve the quality of the latex written text e.g. in figure labels. Attached is an example of what I mean.
Is there a solution for this problem?
  댓글 수: 2
dpb
dpb 2020년 10월 13일
What specifically do you think is the problem? Looks ok here to me...
Jooo
Jooo 2020년 10월 13일
When you compare the y label in latex with the x label without latex there is a huge difference. The y label is much more pixelated and the phi_dot is quite hard to read

댓글을 달려면 로그인하십시오.

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2020년 10월 13일
Print your figure to post-script format using the -painters renderer:
print('-depsc2','-painters','Your-new-and-pretty-figure-01.eps')
The print function makes some clever selection of how to write stuff, and sometimes it automagically decides to use the default -opengl renderer which gives you a bit-mapped and not a vectorized output file even though you print to a post-scrip-file. If you explicitly tell print to use -painters, it will do as told. However, sometimes the vectorized output makes the files uncomfortably large, sometimes the renderer gets peculiar ideas about how to arrange objects in 3-D (think Escher-Reutersvärd).
HTH
  댓글 수: 1
Jooo
Jooo 2020년 10월 13일
all right thanks, I´ll try this

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by