Changeset 4957


Ignore:
Timestamp:
Jun 15, 2021 7:39:53 AM (2 years ago)
Author:
vondreele
Message:

remove "Reflection list not ready" message; set GeneralData?Data plot type? = 'None' to fix problem of trying to plot inverse pole figure without a reflection list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4951 r4957  
    63656365        RefData = G2frame.GPXtree.GetItemPyData(rId)[phase]
    63666366        if 'Type' not in RefData or 'RefList' not in RefData:
    6367             G2G.G2MessageBox(G2frame,'Reflection list not ready','RefData error')
     6367            generalData['Data plot type'] = 'None'
     6368#            G2G.G2MessageBox(G2frame,'Reflection list not ready','RefData error')
    63686369            return
    63696370        Type = RefData['Type']
Note: See TracChangeset for help on using the changeset viewer.