I am so new here and I have a very basic question I have, I need to see several plots using matplotlib in python, but in order to see the next plot I need to first close the previous one, how can I avoid that? and have all plots shown at the same time?
p.s: I don't want to have them in a same plot, I plot totally irrelevant things :)