Bar graph related problem

조회 수: 1 (최근 30일)
shane watson
shane watson 2017년 2월 17일
댓글: shane watson 2017년 2월 18일
I'm in a problem which is I have used the bar for a plot.I have used 7 times bar withhold on i.e plotted 7 bar in one figure but the problem I'm facing is on Y axis values are not exact I mean one bar has value in between 10 to 11 or etc similarly others are. I need exact values on Y-axis which 1 to 16 with very small increment so that I can see somewhat exact value of my bar graph

채택된 답변

Steven Lord
Steven Lord 2017년 2월 17일
Adjust the YTick, YMinorTick, YGrid, and/or YMinorGrid properties of the axes to your liking.
If you're using release R2016b or later, you can use the convenience function yticks to set YTick easily.
You can use the grid function (introduced before release R2006a) to set YGrid and YMinorGrid easily.
  댓글 수: 1
shane watson
shane watson 2017년 2월 18일
Thank you Steven

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by