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.
With last updates of covidify dependencies I have some warnings:
Your module should not long work properly with the next updates of his dependencies.