mailRe: r24868 - /branches/r1rho_plotting/lib/text/gui.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on July 31, 2014 - 14:57:
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,  <tlinnet@xxxxxxxxxxxxx> 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
relax-commits@xxxxxxx

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



Related Messages


Powered by MHonArc, Updated Thu Jul 31 15:40:11 2014