Ignore:
Timestamp:
May 2, 2018 8:59:34 AM (6 years ago)
Author:
krzywon
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
b0ba43e
Parents:
6da860a
Message:

Add a stop calculations button to P(r). Plus unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/DMaxExplorerWidget.py

    r6da860a r72ecbdf2  
    153153        if plotter == "χ²/dof": 
    154154            ys = chi2 
    155             y_label = "\chi^2/dof" 
     155            y_label = "\\chi^2/dof" 
    156156            y_unit = "a.u." 
    157157        elif plotter == "I(Q=0)": 
    158158            ys = iq0 
    159159            y_label = "I(q=0)" 
    160             y_unit = "\AA^{-1}" 
     160            y_unit = "\\AA^{-1}" 
    161161        elif plotter == "Rg": 
    162162            ys = rg 
    163163            y_label = "R_g" 
    164             y_unit = "\AA" 
     164            y_unit = "\\AA" 
    165165        elif plotter == "Oscillation parameter": 
    166166            ys = osc 
     
    170170            ys = bck 
    171171            y_label = "Bckg" 
    172             y_unit = "\AA^{-1}" 
     172            y_unit = "\\AA^{-1}" 
    173173        elif plotter == "Positive Fraction": 
    174174            ys = pos 
     
    177177        else: 
    178178            ys = pos_err 
    179             y_label = "P^{+}_{1\sigma}" 
     179            y_label = "P^{+}_{1\\sigma}" 
    180180            y_unit = "a.u." 
    181181 
Note: See TracChangeset for help on using the changeset viewer.