Plot saved as EMF, rendered as raster as opposed to vector graphics
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have Matlab code (too complex/inelegant to post or attempt to simplify) that produces an array of subplots that looks like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191351/image.png)
When I save this as an EMF file and insert in Powerpoint, then zoom in closely on the image, it looks pixelated:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191352/image.jpeg)
This is very surprising to me, as I have for a long time been exporting Matlab plots as EMF and integrating those into Powerpoint slides, in order to build there more complex graphs that, as vector graphics, would print well at any size. These imported EMFs would also scale well and look smooth regardless of how much I zoomed into them in Powerpoint.
Opening the EMF in Inkscape shows that this plot is indeed exported by Matlab not as vector but as raster graphics. Can anyone guess why that is? Thanks in advance!
1 comentario
Gabriel Behling
el 14 de Mzo. de 2023
export as .eps or .svg and use a latex software or something like canva
Respuestas (1)
z8080
el 22 de Jun. de 2018
1 comentario
Bjarne Husted
el 25 de En. de 2021
Does somebody have an answer to this as I have the same problem. It is possbile to export as eps but that makes it more difficult to insert the file in word.
Ver también
Categorías
Más información sobre Specifying Target for Graphics Output 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!