Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

different line darkness in pdf figures

2 views
Skip to first unread message

Shiyuan Gu

unread,
Feb 14, 2012, 10:04:47 AM2/14/12
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.
0 new messages