필터 지우기
필터 지우기

Bug when printing to eps

조회 수: 3 (최근 30일)
Charlie
Charlie 2012년 3월 6일
답변: Le Thi Khuyen 2019년 2월 24일
I am printing a figure to eps format using the command
print(fig_h, '-deps','-r700',file_saveas)
However, the colorbar comes out in black and white when I view it (in multiple gs viewers). If I print to any other format, tif for example, the color bar comes out in colour as I would expect.
Does anyone have any idea what might cause a bug like this?
I would like to print to eps because this seems to best stick to the paper sizes and font sizes that I set.
Generally I am finding printing from matlab to journal article specifications difficult. Any useful information sources would be much appreciated.
Thanks, Charlie Hogg
version info: Matlab 7.11.0.584 on 32 bit linux.

답변 (2개)

Jiro Doke
Jiro Doke 2012년 3월 6일
Does this work?
print(fig_h, '-depsc','-r700',file_saveas)
  댓글 수: 2
Charlie
Charlie 2012년 3월 6일
Of course. Thanks.
I'm still perplexed why -deps printed partly in colour and partly in grey, but I'm pleased I have it working.
Jan
Jan 2012년 3월 6일
Objects drawn with RGB-data are printed in color, while indexed colors are converted to black&white - or the other way around.

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


Le Thi Khuyen
Le Thi Khuyen 2019년 2월 24일
You can try with this command: print -depsc fig_h.eps

태그

Community Treasure Hunt

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

Start Hunting!

Translated by