Skip to content

Commit 311023c

Browse files
committed
add histogram type to Instrument parameters plot title
1 parent a24c111 commit 311023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,7 @@ def OnKeyPress(event):
32393239
Y = []
32403240
Z = []
32413241
W = []
3242-
Plot.set_title('Instrument peak widths',fontsize=14)
3242+
Plot.set_title('%s Instrument peak widths'%Parms['Type'][0],fontsize=14)
32433243
Plot.set_xlabel(r'$Q, \AA^{-1}$',fontsize=14)
32443244
Plot.set_ylabel(r'$\Delta Q/Q, \Delta d/d$',fontsize=14)
32453245
negWarn = False

0 commit comments

Comments
 (0)