Shiyuan Gu
unread,Feb 14, 2012, 10:04:47 AM2/14/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
line([0 1.0],[0,1.0],'Color','k');
hold on;
line([0 1.0],[0,0],'Color','k');
hold on;
line([0 1.0],[0.5,0.5],'Color','k');
If the generated figure is saved in pdf format, and when pdf figures are scale to 25%
of original size. There is clearly line darkness difference. The color of the horizontal line is darker than the slant line. How can I fixed it? Thanks.