3-D Scatter save to vector file to edit in Adobe Illustrator

33 vues (au cours des 30 derniers jours)
Avery Wood
Avery Wood le 20 Nov 2019
Commenté : Xiaolu Wang le 3 Mai 2023
I have a PCA script that outputs a 3-D scatter plot. I want to open this 3-D scatter plot into Adobe Illustrator to visually edit along side the PCA loadings. Any way I save the image, it won't open with adequate vectors to edit. Any suggestions?

Réponses (1)

Subhadeep Koley
Subhadeep Koley le 13 Jan 2020
Hi, you can try saving it in EPS format using the painters renderer to get a true vector file.
print('YourEPSFile','-depsc','-painters');
Hope this helps!

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by