help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uicontrol static text not interpreted using TEX


From: funtomas
Subject: Re: Uicontrol static text not interpreted using TEX
Date: Tue, 18 Jun 2019 02:43:54 -0500 (CDT)

> # Replace
> uicontrol ("parent", p, "style",'text', "string", [char([206 178]) "
> Q_v[m^3/s]"], "position", [x0 y0 dx dy]); 
> 
> # With
> hax = axes ("visible", "off", "position", [0 0 1 1]);
> text ("parent", hax, "units", "pixels", "position", [x0 y0 0], ...
>        "interpreter", "tex", "string", "\\beta Q_v[m^3/s]", ...
>        "backgroundcolor", "none")

Thanks a lot for this workaround. I have seen a similar thing but I was
never able to make it work. Your solution works perfectly!!! Thanks a lot
for your help!




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]