sevamoo / SOMPY

A Python Library for Self Organizing Map (SOM)
Apache License 2.0
535 stars 242 forks source link

HitMapView cannot run successfully #114

Open CCH0124 opened 4 years ago

CCH0124 commented 4 years ago

I ran the following code and an error occurred that prevented the code from running.

h = sompy.hitmap.HitMapView(10, 10, 'hitmap', text_size=8, show_text=True)
h.show(som)

Error message

hitmap.py:37: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes cu 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 ure
ensured, by passing a unique label to each axes instance.