mailRe: r24848 - /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 30, 2014 - 18:21:
If it doesn't work, you end up with an empty box being drawn.  This
can sometimes make it impossible to work out what it should be, and
minimally it is ugly.

Regards,

Edward

On 30 July 2014 18:19, Edward d'Auvergne <edward@xxxxxxxxxxxxx> wrote:
Hi Troels,

For this change, please check that these work on MS Windows.  That is
why there is the 'if win:' statement at the end.  The MS Windows GUI
elements are not as advanced in displaying certain glyphs.

Cheers,

Edward



On 30 July 2014 18:07,  <tlinnet@xxxxxxxxxxxxx> wrote:
Author: tlinnet
Date: Wed Jul 30 18:07:42 2014
New Revision: 24848

URL: http://svn.gna.org/viewcvs/relax?rev=24848&view=rev
Log:
Added new unicode symbols to be parsed to the GUI dropdowns menu.

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=24848&r1=24847&r2=24848&view=diff
==============================================================================
--- branches/r1rho_plotting/lib/text/gui.py     (original)
+++ branches/r1rho_plotting/lib/text/gui.py     Wed Jul 30 18:07:42 2014
@@ -73,6 +73,8 @@
 dwH_AC = u("d\u03C9H(AC)")
 dwH_BC = u("d\u03C9H(BC)")
 i0 = u("I\u2080")
+nu_1 = u("\u03bd\u2081")
+nu_cpmg = u("\u03bd")
 kex = u("k\u2091\u2093")
 tex = u("t\u2091\u2093")
 kAB = u("k\u2091\u2093(AB)")
@@ -87,6 +89,9 @@
 r2a = u("R\u2082A")
 r2b = u("R\u2082B")
 r2eff = u("R\u2082eff")
+theta = u("\u03d1")
+w_eff = u("\u03C9_eff")
+w_rf = u("\u03C9_rf")
 if win:
     i0 = "I0"
     kex = "kex"


_______________________________________________
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 Wed Jul 30 18:40:19 2014