Feeds
질문
print figure to pdf - each plotted line gets split into smaller segments, leaving small gaps between them
Consider the following simple code: clf hold on x = linspace(0,3*pi,600); plot(x,sin(x),'k--','LineWidth',20) plot(x,co...
거의 9년 전 | 답변 수: 1 | 0