필터 지우기
필터 지우기

Bar plot set ylimit for the axis

조회 수: 16 (최근 30일)
Fabian Günther
Fabian Günther 2020년 8월 24일
답변: Star Strider 2020년 8월 24일
Hello,
is there a option to set the ylimit for the axis. I´ve tried with ylim=([0.11,0.125]); but it doesn´t work.
Thanks and best regards.

채택된 답변

Star Strider
Star Strider 2020년 8월 24일
Try this instead:
ylim([0.11,0.125])
That should work.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by