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!