Changeset 1779 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 6, 2015 3:45:25 PM (8 years ago)
Author:
vondreele
Message:

Add FWHM to exported peak lists
change default F2 refinement to False
Add histogram name to axial dist plots from DData

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1774 r1779  
    26402640            Plot.plot(X,Y,color='k',label=str(PH))
    26412641            Plot.legend(loc='best')
    2642             Plot.set_title('Axial distribution for HKL='+str(PH)+' in '+phase)
     2642            Plot.set_title('Axial distribution for HKL='+str(PH)+' in '+phase+'\n'+hist)
    26432643            Plot.set_xlabel(r'$\psi$',fontsize=16)
    26442644            Plot.set_ylabel('MRD',fontsize=14)
Note: See TracChangeset for help on using the changeset viewer.