How do I create non uniform spacing between axis ticks like in figure ?

조회 수: 28 (최근 30일)
Francesco Gigante
Francesco Gigante 2017년 12월 15일
댓글: Amy 2020년 5월 14일
I'm trying to create a ticks distribution like the one in figure
...I really can't figure how to do it. Do I have to define the x-variable in a particular way or is it just an axis and ticks thing ?
  댓글 수: 2
Stephen23
Stephen23 2017년 12월 18일
Have you tried semilogx? Is this close enough?
Francesco Gigante
Francesco Gigante 2018년 2월 5일
I did use the semilogx and specified certain ticks values. Thanks for helping !

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

채택된 답변

Amy
Amy 2017년 12월 18일
편집: Amy 2020년 5월 14일
Hi Francesco, take a look at this documentation page if you haven't already: Specify Axis Tick Values and Labels
There is also an example of setting nonuniform x-axis tick locations on the documentation page for 'xticks'.
adding to this (5/14/20): It looks like you also wanted to use a logarthmic scale for the x-axis and semilogx was already suggested.
You can also use xlim to specify limits for the x-axis.
  댓글 수: 2
LR
LR 2019년 1월 22일
편집: LR 2019년 1월 22일
I'm not sure why this answer was accepted... the question as I understand it is about stretching and compressing the x axis, not just speciftying xticks or xticklabels. The documentation pointed out does not contain information on stretching/compressing axes.
Amy
Amy 2020년 5월 14일
Thanks LR, I edited my answer to include the links to documentation for setting a log scale and limits on the x-axis, which had already been suggested in the comments.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by