Changeset 5344 for trunk/GSASIIseqGUI.py
- Timestamp:
- Oct 6, 2022 1:08:47 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIseqGUI.py
r5336 r5344 2047 2047 plotSizer.Add(wx.StaticText(G2frame.dataWindow,label='Plot selection: '),0,WACV) 2048 2048 if ClusData['CLuZ'] is None: 2049 choice = ['All','Distances','3D PCA', ]2049 choice = ['All','Distances','3D PCA','Diffs'] 2050 2050 else: 2051 choice = ['All','Distances','Dendrogram','3D PCA', ]2051 choice = ['All','Distances','Dendrogram','3D PCA','Diffs'] 2052 2052 plotsel = wx.ComboBox(G2frame.dataWindow,choices=choice,style=wx.CB_READONLY|wx.CB_DROPDOWN) 2053 2053 plotsel.SetValue(str(ClusData['plots']))
Note: See TracChangeset
for help on using the changeset viewer.