x-axis label adjustment (negative value)
조회 수: 16 (최근 30일)
이전 댓글 표시
dear advisors,
i am having difficulty finding out how to adjust the x-axis label.
As you may see in the figure below, my x-axis labels are clustered and the numbers aren't horizontally oriented.
In order to rearrange the x-axis labels, i have used 'xticks' and 'xticklabels'.
However, the result after applying 'xticks' and 'xticklabels' cuts the minus values of x-axis off.
set(gca, 'XLim',[-20 40], 'XTick', -10:5:30 , 'XTickLabel', -10:5:30);
What may be the problem, and how may i correct it?
Thanks.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!