box plot axis problem
Ältere Kommentare anzeigen
Hello Everybody,
How can I change X axis in boxplot figure? Unfortunately, my code doesn't work in "set(gca,'Xtick',[950:5:1020])".
See my code below:
%
figure;
global hb;
edgep = [952.5:5:1025];
hb=boxplot(p_w1(2:12,:),edgep,'whisker',100,'Widths',0.2);
set(hb(:,:),'linewidth',1,'linestyle','-');
set(gca,'Xtick',[950:5:1020]);
2 Kommentare
Adam
am 15 Mai 2015
What do you mean by "doesn't work"? Does it give an error or just not update the ticks as you expect?
I don't have your p_w1 variable so can't run the code to check quickly.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Box Plots finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!