Re: [Scilab-users] x/y labels formatting

2023-04-13 Thread Samuel Gougeon
Le 08/04/2023 à 16:24, Lester Anderson a écrit : Hello, A quick query, how can I make the 's' in (Rs) a subscript? Without TeX, the subscript-s has a unicode version. But it is very (too) small: --> %chars.subsupscript ans = "₀₁₂₃₄₅₆₇₈₉₊₋₌₍ₐₕₖₗₘₙₒₚₛₜₓ₎ ⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽ªⁱⁿº⁾" --> // Rₛ xlabel

Re: [Scilab-users] x/y labels formatting

2023-04-11 Thread Jean-Yves Baudais
Hello, Le 11/04/2023 à 14:19, Stéphane Mottelet a écrit : LaTeX rendering in Scilab is limited to math mode. and extendable to text mode with $\text{The text I want to write in text\textsubscript{mode} :-)}$ Jean-Yves ___ users mailing list -

Re: [Scilab-users] x/y labels formatting

2023-04-11 Thread Stéphane Mottelet
Hello, You have to use LaTeX markup (and tweak it a little bit for non-math stuff) for the whole string: xlabel('$\mbox{Relative distance in Schwartzschild Radii }(R_s)$') LaTeX rendering in Scilab is limited to math mode. S. Le 08/04/2023 à 16:24, Lester Anderson a écrit : Hello, A quick

[Scilab-users] x/y labels formatting

2023-04-11 Thread Lester Anderson
Hello, A quick query, how can I make the 's' in (Rs) a subscript? Thanks Lester xlabel 'Relative distance in Schwartzschild Radii (Rs)' fontname 4 fontsize 4 This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be