Hi, I would suggest adding a '1' to the end of the nu_1 string here. It doesn't need to be as a subscript, but it is clearer what this is with the one there.
Cheers, Edward On 31 July 2014 11:53, <[email protected]> wrote: > Author: tlinnet > Date: Thu Jul 31 11:53:44 2014 > New Revision: 24868 > > URL: http://svn.gna.org/viewcvs/relax?rev=24868&view=rev > Log: > Fix for GUI text in MS Windows, since subscript 1, and greek theta symbol is > not working in this unicode system. > > sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho > analysis with R2_eff as function of Omega_eff. > sr #3138(https://gna.org/support/?3138): Interpolating theta through > spin-lock offset [Omega], rather than spin-lock field strength [w1]. > > Modified: > branches/r1rho_plotting/lib/text/gui.py > > Modified: branches/r1rho_plotting/lib/text/gui.py > URL: > http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/lib/text/gui.py?rev=24868&r1=24867&r2=24868&view=diff > ============================================================================== > --- branches/r1rho_plotting/lib/text/gui.py (original) > +++ branches/r1rho_plotting/lib/text/gui.py Thu Jul 31 11:53:44 2014 > @@ -98,6 +98,7 @@ > kAB = "kex(AB)" > kAC = "kex(AC)" > kBC = "kex(BC)" > + nu_1 = u("\u03bd") > phi_ex = u("phi_ex") > phi_exB = u("phi_exB") > phi_exC = u("phi_exC") > @@ -106,3 +107,4 @@ > r2a = "R2A" > r2b = "R2B" > r2eff = "R2eff" > + theta = u("theta") > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

