[Scilab-users] x-axis of an Arrhenius diagram with °C scale

Heinz Nabielek heinznabielek at me.com
Wed Dec 28 21:52:42 CET 2022


This time no question, but a solution: x-axis of an Arrhenius diagram with °C scale.
Heinz




T=[(500:100:1000)'; 1200;1400;1600;2000;2500]
TT=flipdim(1e4./(T+273.15),1)
a=gca();
a.x_ticks=tlist(["ticks","locations","labels"],.. 
 [TT],.. 
 ["${2500}$";.. 
 "${2000}$";.. 
 "${1600}$";.. 
 "${1400}$";.. 
 "${1200}$";.. 
 "${1000}$";.. 
 "${900}$";.. 
 "${800}$";.. 
 "${700}$";.. 
 "${600}$";.. 
 "${500}$";..
]);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20221228/3b799f14/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-7.png
Type: image/png
Size: 13375 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20221228/3b799f14/attachment.png>


More information about the users mailing list