loss of details using "print"
1 view (last 30 days)
Show older comments
Hi everyone~
I was trying to plot some nice graphs. I tuned everything. It shows what I want in the Matlab plot window. But when I use command "print" to save the plot as a graph file, I lose some details.
Please see the picture https://plus.google.com/u/0/photos/109003712917074600640/albums/5914475771820213729/5922469929166195458?pid=5922469929166195458&oid=109003712917074600640 The "1" tick in the color bar was lost.
How I print is:
set(gcf,'Position',[50 100 1200 500]);
set(gcf,'PaperUnits','inches','PaperPosition',[0 0 6 3])
print(gcf,'-dtiffn','-r600', name));
Anybody has any idea/advice please let me know. Thanks a lot~
0 Comments
Answers (1)
Jan
on 12 Sep 2013
Edited: Jan
on 12 Sep 2013
If you set the tick labels of the color bar manually instead of letting Matlab choose them automatically, the internal resizing for the export does not try to determine a nicer set of ticks.
The shown image does not look like it has a resolution of 600 dpi.
3 Comments
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!