Mix raster / vector in ps / pdf plots

7 views (last 30 days)
Gergely
Gergely on 27 Aug 2012
Answered: Theo Michelis on 11 Oct 2017
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 Comments
Ryan
Ryan on 27 Aug 2012
This may save you some time if you go about using the tedious method: export_fig
Gergely
Gergely on 27 Aug 2012
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.

Sign in to comment.

Answers (2)

Oliver Woodford
Oliver Woodford on 20 Sep 2012
I believe exportfig (which is different from export_fig) can export mixed raster & vector pdfs.

Theo Michelis
Theo Michelis on 11 Oct 2017
Old thread but check out the vecrast function.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!