On 21/02/2013 14:41, Dang, Christophe wrote:
Hello,

is it possible to mix LaTeX and non-LaTeX character string in xtitle?

e.g. something like

scale = 10;
xtitle('foobar', '$x \times$'+string(scale));

does not give the expected result.

Is it a known limitation ?

Regards

Hi

why not using:

xtitle('foobar', '$x \times '+string(scale)+'$');

?

--
Adrien Vogt-Schilb (Cired)
Tel: (+33) 1 43 94 73 83

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to