Mix raster / vector in ps / pdf plots

10 visualizaciones (últimos 30 días)
Gergely
Gergely el 27 de Ag. de 2012
Respondida: Theo Michelis el 11 de Oct. de 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 comentarios
Ryan
Ryan el 27 de Ag. de 2012
This may save you some time if you go about using the tedious method: export_fig
Gergely
Gergely el 27 de Ag. de 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.

Iniciar sesión para comentar.

Respuestas (2)

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

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

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by