Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when defining the images using grafic interface. #2

Open
edivaldor831 opened this issue May 4, 2023 · 0 comments
Open

Error when defining the images using grafic interface. #2

edivaldor831 opened this issue May 4, 2023 · 0 comments

Comments

@edivaldor831
Copy link

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.

Screenshot from 2023-05-04 12-31-47
Screenshot from 2023-05-04 12-41-42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant