how to make label y axis specific?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to make y axis as (0 500 1000) how to do it?
i use I use ylim([1 1000])
0 Kommentare
Antworten (1)
Sindar
am 25 Jun. 2020
% if you want a label at 0, make sure to include it in your limits
ylim([0 1000])
yticks([0 500 1000])
0 Kommentare
Siehe auch
Kategorien
Mehr zu Axis Labels finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!