Closed leliel12 closed 4 years ago
Provide a accessor to the most common plot of the image through a plot accesor attribute.
plot
So instead of run (img is a SingleImage instance)
plt.imshow(img)
we can use
img.plot() # or img.plot.imshow()
Another method can be img.plot.background()
img.plot.background()
Is this assuming img as a SingleImage instance? Sounds reasonable thing to have.
img
SingleImage
Provide a accessor to the most common plot of the image through a
plot
accesor attribute.So instead of run (img is a SingleImage instance)
we can use
Another method can be
img.plot.background()