Problem regarding image display using cmd for python

sir , when i use command prompt to show images or plots it only shows me the first image or plot not all the plots which i have created .
how can i solve that issue .
can you please help me out with it .
i’m attaching the image of my cmd or powershell showing image

hey @harshitt.ip.17 ,
while running python file from notebook.
It shows each image one by one , which means you need to close 1 , then you will get the next one.
and you need to add plt.show() after each plot , to show it.

Hope it helps.
Thank You :slightly_smiling_face:.

okay sir, i didn’t use plt.show() maybe that’s the reason of showing only one image. thank you sir.

Yeah give it a try, and do let me know if still there is something you are stuck at it.

Thank You and Happy Learning :slightly_smiling_face:.