You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the plotting mechanism used in this code is quite old and deprecated. Here is the error:
/usr/lib/python3.7/site-packages/IPython/core/display.py:701: UserWarning: Consider using IPython.display.IFrame instead
warnings.warn("Consider using IPython.display.IFrame instead")
qt5ct: using qt5ct plugin
Traceback (most recent call last):
File "main.py", line 106, in <module>
axarr[p].imshow(patterns[p].reshape((side,side)), cmap="binary")
TypeError: 'AxesSubplot' object is not subscriptable
The text was updated successfully, but these errors were encountered:
It looks like the plotting mechanism used in this code is quite old and deprecated. Here is the error:
The text was updated successfully, but these errors were encountered: