Something changed suddenly when exporting figures to .svg
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
Today something changed in my Matlab that changed how figures are saved. Here is a link to 3 .svg images showing the same plot: https://easyupload.io/m/veheuo
Image 1: How it originally looked. Saved by clicking File-->Save as in the Matlab Figure window.
Image 2: After the unknown change. Saved by clicking File-->Save as in the Matlab Figure window.
Image 3: After the unkown change. Exported with the export dialog, with the width and height set to 1920x1080, which is the resolution of my screen.
Differences:
- Between 2 and 3: Literally only the text size.
- Between 1 and 2/3: The axes line thickness, the size of the circle markers, and the text size.
All images are from the same .fig file. When I open the property inspector, the text is the same size as before (because I set the size manually in the script). I restarted Matlab, checked other figures etc.
Any ideas on what might have caused this and how to fix it? Additionally, can I manually apply the scaling that was done between 1 and 2?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!