Re: [Scilab-users] AtomsDownload fails

2023-04-11 Thread DAVID Clément
Hello Serge, It's look like a bug, Scilab always use the http_get method now ! I tried to enforce the usage of the curl binary and it failed ! --> atomsSetConfig('downloadTool', "curl") ans = 1. --> atomsGetConfig ans = useProxy = "False" downloadTool = "curl" Verbose = "True"

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