Save .fig file as .eps file

I have a problem with the "save as" action in .fig window of matlab.
When I save the .fig file as the .eps file, the figure changes. Such as:
The top one is the original .fig file, while the bottom one is the result of saving as .eps file.
I don't know why the line is out of plot window.
Thank you for any advice.

Antworten (1)

VBBV
VBBV am 30 Mär. 2023

0 Stimmen

plot(1:10)
saveas(gcf,'Linechart','epsc')

7 Kommentare

VBBV
VBBV am 30 Mär. 2023
Use the command saveas instead of saving it from Figure window. Or keep figure window maximized when saving using saveas action
VBBV
VBBV am 30 Mär. 2023
There are several other options you can try e.g. exportgraphics, print commands
I-Chun
I-Chun am 30 Mär. 2023
It seems that the problem is still, but thank you very much, I'll try other methods.
VBBV
VBBV am 31 Mär. 2023
Bearbeitet: VBBV am 31 Mär. 2023
What kind of problem ? can you show /display the snapshot ? Did you try with other methods ? especially with exportgraphics function (most recommended) .
I-Chun
I-Chun am 31 Mär. 2023
Bearbeitet: I-Chun am 31 Mär. 2023
Yes, I have tried the below code:
exportgraphics(gcf,'filename.eps')
the result is
and
print('filename', '-deps')
the result is
So be it. Moreover, there is no error when saving as .svg file. Just transfer the file.
Thank you for your advice again.
VBBV
VBBV am 31 Mär. 2023
exportgraphics(gcf,'filename.eps','Resolution',300)
Have you tried using the resolution argument in export graphics command ?
I-Chun
I-Chun am 1 Apr. 2023
Yes, I tried both high and low resolution, but the error is still.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 30 Mär. 2023

Kommentiert:

am 1 Apr. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by