AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Updating the module would be desirable #48

Closed Armag67 closed 4 years ago

Armag67 commented 4 years ago

With last updates of covidify dependencies I have some warnings:

Creating graphs...
... Time Series Trend Line
/home/h2/.local/lib/python3.8/site-packages/pandas/plotting/_matplotlib/core.py:1235: UserWarning: FixedFormatter should only be used together with FixedLocator
  ax.set_xticklabels(xticklabels)
... Daily Figures
/home/h2/.local/lib/python3.8/site-packages/pandas/plotting/_matplotlib/core.py:1235: UserWarning: FixedFormatter should only be used together with FixedLocator
  ax.set_xticklabels(xticklabels)
... Daily New Infections Differences
... Logarithmic plots
/home/h2/.local/lib/python3.8/site-packages/covidify/data_visualization.py:136: MatplotlibDeprecationWarning: The 'basey' parameter of __init__() has been renamed 'base' since Matplotlib 3.3; support for the old name will be dropped two minor releases later.
  ax.set_yscale('log', basey=10)

Your module should not long work properly with the next updates of his dependencies.

AaronWard commented 4 years ago

@Armag67 Thanks for raising this issue, i will update this weekend when i have free time Thanks for using Covidify 😄