additional non linear x axes
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
gil amoyal
am 2 Dez. 2019
Bearbeitet: Ajay Kumar
am 2 Dez. 2019
Hi all!
I would like to know if there's a way to add a second x axes (nonlinear) on top of the figure which has different labels using property inspector.
If not, is there any simple script I can use?
Thanks!
0 Kommentare
Akzeptierte Antwort
Ajay Kumar
am 2 Dez. 2019
Bearbeitet: Ajay Kumar
am 2 Dez. 2019
Have a read at this link.
where the position of the axis can be written.
for eg:
ax2 = axes('Position',ax1_pos,...
'XAxisLocation','bottom',...
'YAxisLocation','right',...
'Color','none');
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Lighting, Transparency, and Shading 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!