problems while exporting figure.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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.

Answers (1)
Azzi Abdelmalek
on 9 Jul 2015
h=bar(1:3,'facecolor','y','edgecolor','k','linewidth',1)
1 Comment
Akankshya Shradhanjali
on 9 Jul 2015
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!