A3M4 / YouTube-Report

:bar_chart: Generate a personal YouTube report from your Google Takeout data
MIT License
636 stars 64 forks source link

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

Open MatteoRomiti opened 4 years ago

MatteoRomiti commented 4 years ago

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?