Changeset 2176 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Mar 17, 2016 2:34:19 PM (7 years ago)
Author:
vondreele
Message:

add some labels to selected area plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2175 r2176  
    24242424            sadpPlot.SetValue(False)
    24252425            import pylab as pl
    2426             pl.clf()
     2426            labels = Layers['Sadp']['Plane']
    24272427            pl.imshow(Layers['Sadp']['Img'],aspect='equal')
     2428            pl.ylabel(labels[-1])
     2429            pl.xlabel(labels[:-1])
    24282430            pl.title(Layers['Sadp']['Plane'])
    24292431            pl.show()
Note: See TracChangeset for help on using the changeset viewer.