You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: