TypeError Traceback (most recent call last) <ipython-input-10-afa99d2dc4c5> in <module>() 6 fig = plt.gcf() 7 fig.set_size_inches(12,14) ----> 8 plt.imshow(img) code example
Example: matplotlib set size
plt.figure(figsize=(20,8))
plt.figure(figsize=(20,8))