Changeset 5344 for trunk/GSASIIseqGUI.py


Ignore:
Timestamp:
Oct 6, 2022 1:08:47 PM (14 months ago)
Author:
vondreele
Message:

Add new plot to cluster analysis that shows serial distances across selected data; update help for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIseqGUI.py

    r5336 r5344  
    20472047            plotSizer.Add(wx.StaticText(G2frame.dataWindow,label='Plot selection: '),0,WACV)
    20482048            if ClusData['CLuZ'] is None:
    2049                 choice = ['All','Distances','3D PCA',]
     2049                choice = ['All','Distances','3D PCA','Diffs']
    20502050            else:
    2051                 choice = ['All','Distances','Dendrogram','3D PCA',]
     2051                choice = ['All','Distances','Dendrogram','3D PCA','Diffs']
    20522052            plotsel = wx.ComboBox(G2frame.dataWindow,choices=choice,style=wx.CB_READONLY|wx.CB_DROPDOWN)
    20532053            plotsel.SetValue(str(ClusData['plots']))
Note: See TracChangeset for help on using the changeset viewer.