Mix raster / vector in ps / pdf plots

3 vues (au cours des 30 derniers jours)
Gergely
Gergely le 27 Août 2012
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 commentaires
Ryan
Ryan le 27 Août 2012
This may save you some time if you go about using the tedious method: export_fig
Gergely
Gergely le 27 Août 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.

Connectez-vous pour commenter.

Réponses (2)

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

Theo Michelis
Theo Michelis le 11 Oct 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