Changeset 3352 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 19, 2018 11:24:13 PM (5 years ago)
Author:
toby
Message:

add optional histogram label (shown only as plot title so far); set up for 2-column tutorial selection, but not yet in use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r3351 r3352  
    24242424        ParmList = [Parms,]
    24252425        SampleList = [Sample,]
    2426         Title = Pattern[-1]
     2426        Title = data[0].get('histTitle')
     2427        if not Title:
     2428            Title = Pattern[-1]
    24272429    else:     #G2frame.selection   
    24282430        Title = os.path.split(G2frame.GSASprojectfile)[1]
Note: See TracChangeset for help on using the changeset viewer.