Problem when save plots
Mostrar comentarios más antiguos
Hi,
I have a plot that is constituted by 3 plots together (using subplot). Each graph is composed of several lines, in the positive and negative range (between y=-1 and y=1), but all of them have some region that y=0 (at the same time).
In this y=0 region, instead of having a plot of one thin line, my line is sometimes thick, as if i have used plot(a,b,'k','linewidth',2), but i have not done it.
When you zoom in the effect disappear. If you change the size of the window, it can vanish or appear in other region.
My real problem is that it keep there when export to EPS, specially if i try to make it smaller.
Any hints??
Respuestas (2)
Jessica Lam
el 9 de Mayo de 2012
if it is possible, you may change the resolution of your image. Eg. Resolution: 470 X 274
set(gcf,'PaperUnits','inches','PaperPosition',[0 0 4.7 2.74])
print('-depsc', 'filename.eps', '-r100')
1 comentario
Gustavo
el 9 de Mayo de 2012
Walter Roberson
el 9 de Mayo de 2012
0 votos
Experiment with changing your renderer.
And consider using the File Exchange contribution export_fig()
Categorías
Más información sobre Graphics Performance en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!