Changeset 1978 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Sep 24, 2015 4:34:39 PM (8 years ago)
Author:
vondreele
Message:

fix to update reflections in HKLplot
remove ZigZag? from incommensurate list
add pylab to G2math if in debug mode
revisions to modulations anticipating Crenel & Sawtooth
fixes to SS structure factor calcs. Some success.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1976 r1978  
    320320    '''
    321321    from matplotlib.patches import Circle,CirclePolygon
    322     global HKL,HKLF
     322    HKLref = hklRef
     323    global HKL,HKLF,HKLref
    323324   
    324325    def OnSCKeyPress(event):
     
    353354            Data['Type'] = pwdrChoice[event.key]           
    354355            newPlot = True       
    355         PlotSngl(G2frame,newPlot,Data,hklRef,Title)
     356        PlotSngl(G2frame,newPlot,Data,HKLref,Title)
    356357
    357358    def OnSCMotion(event):
     
    441442    HKLF = []
    442443    time0 = time.time()
    443     for refl in hklRef:
     444    for refl in HKLref:
    444445        H = refl[:3]
    445446        if 'HKLF' in Name:
Note: See TracChangeset for help on using the changeset viewer.