problems while exporting figure.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
1. the figure does not have ticks in the y axis. i tried this command. set(gca,'ytick',[20,40]);
2. I want to increase the lines of bars, not the width. i.e- black lines making the bars should be of same thickness as the axis. Please help me with that as I cannot find the right command for it.
3. Also, I want the portion of x axis beneath the bars in alignment with the x axis. i.e-bars should start above the aligned x axis, not the way it is now. Hope I am clear.
Please help me as soon as you can.

댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2015년 7월 9일
h=bar(1:3,'facecolor','y','edgecolor','k','linewidth',1)
댓글 수: 1
Akankshya Shradhanjali
2015년 7월 9일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!