- #1
hokhani
- 504
- 8
In the plot below
I like all the values of x to be displayed on the x-axis. For example by plotting this bar, the values of x=0.11,0.13, 0.15, 0.17, 0.19 are not displayed on the x-axis. I appreciate any help.
Code:
x=.1:.01:.2;
y=5:15;
bar(x,y)