Skip to content

Commit b2e22ec

Browse files
committed
fix plotting in multiple mode to w/o + on selected pattern
1 parent f483f81 commit b2e22ec

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
@@ -2280,7 +2280,7 @@ def onPartialConfig(event):
22802280
elif G2frame.plusPlot == 1:
22812281
pP = '+'
22822282
lW = 0
2283-
elif G2frame.plusPlot == 2:
2283+
elif G2frame.plusPlot == 2: # same as 0 for multiplot, TODO: rethink
22842284
pP = ''
22852285
lW = 1.5
22862286
else:

0 commit comments

Comments
 (0)