필터 지우기
필터 지우기

plot with manual created ticks of equal length

조회 수: 1 (최근 30일)
Seldeeno
Seldeeno 2014년 3월 26일
댓글: Seldeeno 2014년 3월 26일
Hello,
I am trying to create a figure that has a Y-axis similar to this figure. Although it goes from 0.01 to 100 but it was controlled in a way to make it look a bit dense. Any ideas?
and this is what I get when I do mine (these close values near 0 cant be distinguished and I need something to make it as clear as the figure above)

채택된 답변

dpb
dpb 2014년 3월 26일
Their values range from ~1 to 100 but they set the ylim lower limit to 0.1 so the base plateau is nearer the midpoint of the axis range. I can't exactly read yours for sure but if it's 0.01, set it to 0.001 as starters.
  댓글 수: 5
dpb
dpb 2014년 3월 26일
You can do whatever you want... :) Whether it makes any sense or not is another question.
Your data is what it is -- that it might not be as pretty as that of the other figure is a different issue. Their range over roughly two orders of magnitude while yours seems to be ...
Oh, wait a minute...how did you plot your data? Did you use semilogy or
set(gca,'yscale','logarithmic')
if you used plot? If not, that's the whole problem of you're trying to plot semi-log data on a linear plot.
Seldeeno
Seldeeno 2014년 3월 26일
Perfect. You are right :)
Thanks a lot man :)

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by