-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
hello!
I am trying to use the script of this tutorial to create en select the images for string calculation, but when I run the cell I got a message error and the graphic interface don't allow me to manipulate the options.
message error:
KeyError Traceback (most recent call last)
Cell In[8], line 180
178 colStyl = getStyleTupl(len(styleTupls))
179 styleTupls.append( colStyl )
--> 180 ax = grp.plot(ax=ax, kind='line', x=xrange, y='Distance', label=keyNameDic[key],
181 color=colStyl[0], style=colStyl[1])
183 # Initializes points used for CV deltas
184 deltaLines.append(ax1.axhline(y=0, linewidth=3,
185 label=key, color=colStyl[0], linestyle=colStyl[1]) )
KeyError: ('dist0',)
please, give some help with this issue.
att. edivaldo.
Metadata
Metadata
Assignees
Labels
No labels

