Changeset 3352 for trunk/GSASIIplot.py
- Timestamp:
- Apr 19, 2018 11:24:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r3351 r3352 2424 2424 ParmList = [Parms,] 2425 2425 SampleList = [Sample,] 2426 Title = Pattern[-1] 2426 Title = data[0].get('histTitle') 2427 if not Title: 2428 Title = Pattern[-1] 2427 2429 else: #G2frame.selection 2428 2430 Title = os.path.split(G2frame.GSASprojectfile)[1]
Note: See TracChangeset
for help on using the changeset viewer.