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.
I ran the following code and an error occurred that prevented the code from running.
Error message