필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Change in axis limits with transparency despite using opengl software

조회 수: 2 (최근 30일)
Gunnar
Gunnar 2014년 7월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all!
I know this to be a well-known bug in MATLAB, where the axis change when using transparencies. I have already read a few posts explaining the problem, but I still don't seem to get my figure right. Not only do the axis limits change, but so does either the actual data (by shifting) or the tick positions (also by shifting). Please run the example code below to see what I mean. You can see that the tick positions don't really not match the data perfectly.
Thank you kindly for your in advance.
opengl('software')
figure
area(1:10,1:10)
box on
alpha(0.2)
xlim([1 10.001])

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by