khramts / assocplots

MIT License
32 stars 14 forks source link

matplotlib.deprecation, #6

Open neurotensin opened 4 years ago

neurotensin commented 4 years ago

Hi, /opt/conda/lib/python3.7/site-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 "

I think it may lead to excess memory consumption as well.