We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the report.py I get:
report.py
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the
report.py
I get:Any idea?
The text was updated successfully, but these errors were encountered: