Mix raster / vector in ps / pdf plots

조회 수: 10 (최근 30일)
Gergely
Gergely 2012년 8월 27일
답변: Theo Michelis 2017년 10월 11일
I wish to plot large sets of data, with preserving the editability of texts such as title, axes, etc. Is there a way to "render" the date within the axes while keeping the vectorized version of the texts in the saved ps / pdf file?
The workaround could be to plot the data without any texts to a raster image, read the image back, overlay texts and save again in vector format, which is quite tedious.
  댓글 수: 2
Ryan
Ryan 2012년 8월 27일
This may save you some time if you go about using the tedious method: export_fig
Gergely
Gergely 2012년 8월 27일
Thanks. I have already been using export_fig when appropriate, although most of the time the built-in print function with a couple of settings is fine for me. Except when I need the external editing on figures that plot gigabytes of data, when obviously I cannot even save a temporary vector ps / pdf file either. Sigh.

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

답변 (2개)

Oliver Woodford
Oliver Woodford 2012년 9월 20일
I believe exportfig (which is different from export_fig) can export mixed raster & vector pdfs.

Theo Michelis
Theo Michelis 2017년 10월 11일
Old thread but check out the vecrast function.

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by