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

TypeError: annotate() got multiple values for argument 'text' #33

Open
MatteoRomiti opened this issue Jan 4, 2020 · 0 comments
Open

Comments

@MatteoRomiti
Copy link

When running the report.py I get:

Traceback (most recent call last):
  File "report.py", line 548, in <module>
    visual.heat_map()
  File "report.py", line 89, in heat_map
    va="top",
  File "/home/matteo/.local/lib/python3.6/site-packages/matplotlib/pyplot.py", line 2401, in annotate
    return gca().annotate(text=text, xy=xy, *args, **kwargs)
TypeError: annotate() got multiple values for argument 'text'

Any idea?

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