Changeset 2653 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jan 21, 2017 3:11:39 PM (7 years ago)
Author:
toby
Message:

fix Update bug; Enhancements for Peak List: widen selected peak line; remove peak highlight on cell selection; add double-click on labels; change Tutorial limits fig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2647 r2653  
    21542154                            else:
    21552155                                Lines.append(Plot.axvline(item[0],color=colors[Ni%6],picker=2.))
     2156                            if Ni == N+1:
     2157                                Lines[-1].set_lw(Lines[-1].get_lw()+1)
    21562158                    if G2frame.PatternTree.GetItemText(PickId) == 'Limits':
    21572159                        tip = 'On data point: Lower limit - L MB; Upper limit - R MB. On limit: MB down to move'
Note: See TracChangeset for help on using the changeset viewer.