utkuufuk/weekplot

Matplotlib warning

Opened this issue · 0 comments

I have downloaded the newest version of matplotlib using python3 and after using your app, there is this warning

/usr/lib/python3/dist-packages/matplotlib/figure.py:98: MatplotlibDeprecationWarning: 
Adding an axes using the same arguments as a previous axes currently reuses the earlier instance.  In a future version, a new instance will always be created and returned.  Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance.
  "Adding an axes using the same arguments as a previous axes "

Is it okey?