Skip to content

Commit 3e2c8e0

Browse files
committed
add still more prints during plotting
1 parent a2c3464 commit 3e2c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIpwdplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ def onPartialConfig(event):
22452245
if Page.plotStyle['exclude']:
22462246
Y = ma.array(Y,mask=ma.getmask(X))
22472247

2248-
if GSASIIpath.GetConfigValue('debug'): print('PlotPatterns 9.64a',lims)
2248+
if GSASIIpath.GetConfigValue('debug'): print('PlotPatterns 9.64a',limits[1:])
22492249
if ifpicked and not G2frame.Contour: # draw limit & excluded region lines
22502250
lims = limits[1:]
22512251
if Page.plotStyle['qPlot'] and 'PWDR' in plottype and not ifLimits:

0 commit comments

Comments
 (0)