Skip to content

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

@MatteoRomiti

Description

@MatteoRomiti

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions