Mix raster / vector in ps / pdf plots

3 visualizzazioni (ultimi 30 giorni)
Gergely
Gergely il 27 Ago 2012
Risposto: Theo Michelis il 11 Ott 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 Commenti
Ryan
Ryan il 27 Ago 2012
This may save you some time if you go about using the tedious method: export_fig
Gergely
Gergely il 27 Ago 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.

Accedi per commentare.

Risposte (2)

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

Theo Michelis
Theo Michelis il 11 Ott 2017
Old thread but check out the vecrast function.

Community Treasure Hunt

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

Start Hunting!

Translated by