How to break x-axis?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have data in 2 columns as in the following way to plot.
x-axis : 2 4 6 8 12 infinity
y-axis : 0.5 0.7 0.8 1.2 1.5 1.7
I need a break in x-axis after 12 and before infinity in x-axis. How can i break the x-axis. Please help me in this issue.
답변 (1개)
Walter Roberson
2013년 9월 6일
There is a File Exchange contribution named something like breakaxis . I doubt, though, that you could use it to draw at "infinity". Draw at a large number and label it "infinity" perhaps.
댓글 수: 2
Walter Roberson
2013년 9월 6일
There is no method supplied in MATLAB to break an axis. However, the contribution I mentioned earlier fakes it for you.
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!