We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c3464 commit 3e2c8e0Copy full SHA for 3e2c8e0
GSASII/GSASIIpwdplot.py
@@ -2245,7 +2245,7 @@ def onPartialConfig(event):
2245
if Page.plotStyle['exclude']:
2246
Y = ma.array(Y,mask=ma.getmask(X))
2247
2248
- if GSASIIpath.GetConfigValue('debug'): print('PlotPatterns 9.64a',lims)
+ if GSASIIpath.GetConfigValue('debug'): print('PlotPatterns 9.64a',limits[1:])
2249
if ifpicked and not G2frame.Contour: # draw limit & excluded region lines
2250
lims = limits[1:]
2251
if Page.plotStyle['qPlot'] and 'PWDR' in plottype and not ifLimits:
0 commit comments