79552590

Date: 2025-04-03 10:03:27
Score: 1.5
Natty:
Report link

Someone on reddit foudn this workign solution, it is a backend problem on some macs:

"""import matplotlib

matplotlib.use('TkAgg')

import matplotlib.pyplot as plt

from skimage.io import imread

f = imread('house.png', as_gray=True)

plt.imshow(f)"""

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gad11ng