Borrar filtros
Borrar filtros

Issue in line plot while saving in vector graphics

1 visualización (últimos 30 días)
I had a matlab figure, it contains 4 lines. When I'm trying to save as pdf/eps/emf, one of the line's resolution is going crazy. I'll attach the matlab figure and pdf file also.
Please do needful.
f1 = openfig("para_sub_2D.fig");
print(f1,"pic.pdf","-dpdf","-r300")
  2 comentarios
Dyuman Joshi
Dyuman Joshi el 12 de Dic. de 2023
The lines in the pdf are appearing fine for me (R2021a on Win 10), as clear as the lines on the figure.
See the screenshots attached.

Iniciar sesión para comentar.

Respuesta aceptada

Adam Danz
Adam Danz el 12 de Dic. de 2023
I recommend using exportgraphics. The results below were produced in R2023b.
open para_sub_2D.fig
exportgraphics(gcf,'mypic.pdf')

Más respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by