strip plots

I am trying to make strip plots in a 3D NOESY/TOCSY based on a 2D 15N HSQC. It creates strips but they are all at the same 15N shift, which doesn’t correspond to any of the peaks that are selected.

Here is the traceback:

INFO : get(‘GD:3D_HHN_1’).makeStripPlot(peaks=(‘PK:119.1.7’, ‘PK:119.1.214’), nmrResidues=None, autoClearMarks=True, sequentialStrips=False, markPositions=True, widths=None) (GuiSpectrumDisplay.makeStripPlot:2841)
Traceback (most recent call last):
File “/usr/local/ccpnmr/src/python/ccpn/ui/gui/popups/StripPlotPopup.py”, line 88, in _accept
msg = self._popupStripPeaks(spectrumDisplays)
File “/usr/local/ccpnmr/src/python/ccpn/ui/gui/popups/StripPlotPopup.py”, line 141, in _popupStripPeaks
self._buildStrips(peaks=pks, spectrumDisplays=spectrumDisplays)
File “/usr/local/ccpnmr/src/python/ccpn/ui/gui/popups/StripPlotPopup.py”, line 185, in _buildStrips
specDisplay.makeStripPlot(peaks=peaks, nmrResidues=None,
File “/usr/local/ccpnmr/miniconda/lib/python3.10/site-packages/decorator.py”, line 232, in fun
return caller(func, *(extras + args), **kw)
File “/usr/local/ccpnmr/src/python/ccpn/util/decorators.py”, line 466, in theDecorator
result = func(*args, **kwds)
File “/usr/local/ccpnmr/src/python/ccpn/ui/gui/lib/GuiSpectrumDisplay.py”, line 2900, in makeStripPlot
navigateToPeakInStrip(self, strip, pk, markPositions=markPositions)
File “/usr/local/ccpnmr/src/python/ccpn/ui/gui/lib/SpectrumDisplayLib.py”, line 173, in navigateToPeakInStrip
newWidths[index:index+1] = _w
TypeError: can only assign an iterable

I also tried selecting a couple of residues in the NMR chain but it seems to ignore that selection and use a random NMR residue (always the same one, irrespective of which I choose in the list).
I have checked the axis codes - they are all H for the NHs.

Thanks for any suggestions.

Hi Helen,
sorry, a silly mistake by me.
If you update, it should be fixed now.
Ed