Effacer les filtres
Effacer les filtres

EPS Figure Not Saving As Vectorized Plot For Illustrator

6 vues (au cours des 30 derniers jours)
Cameron
Cameron le 4 Juin 2024
I am trying to generate figures in matlab and save them as eps files to further edit them in adobe illustrator. When I open the eps plot in adobe illustrator it is not vectorized and is essentially just an image. Here is what it looks like in illustrator:

Réponses (1)

Tomoaki Takagi
Tomoaki Takagi le 8 Juin 2024
Which function are you using to save the image?
If you were using saveas function, try using this instead:
exportgraphics(gca,'image1.eps','ContentType','vector')
or
print('image1','-depsc','-vector')

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by