loss of details using "print"
    8 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponses (1)
  Jan
      
      
 le 12 Sep 2013
        
      Modifié(e) : Jan
      
      
 le 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 commentaires
Voir également
Catégories
				En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

