필터 지우기
필터 지우기

Figure axes disappear when using LineSmoothing-property

조회 수: 1 (최근 30일)
Sven Schoeberichts
Sven Schoeberichts 2012년 8월 11일
댓글: Will Reeves 2014년 9월 17일
plot(hax, TimeLine, xSignal, 'b','LineSmoothing', 'on');
causes this:
How can I fix it?

답변 (1개)

Image Analyst
Image Analyst 2012년 8월 11일
Turn line smoothing off - how about that? What's the point of line smoothing anyway - the data look so sharp and closely spaced that you probably don't notice any smoothing going on anyway.
  댓글 수: 1
Will Reeves
Will Reeves 2014년 9월 17일
Sorry, your "answer" neither an answer nor helpful. There are many reasons to use anti-aliased lines. I, personally, have a specific case in mind, the details of which I won't go into here (although I can say the data I have isn't "closely spaced")
The problem appears to be a "z-ordering" issue with the unsupported/undocumented "LineSmoothing" option. Unfortunately I can't see an easy way of moving the "box" to a higher z level.
Not that this is an answer either, but it is slightly more constructive...
I'm surprised that line smoothing isn't supported by now...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by