we know that plt.figure() will create an image window and all subsequent plots will go into that.
-
now why plt.matshow() doesn’t go into that window ?
-
secondly if we want to adjust size of just one plot through plt.figure() and dont want second or third plot to go into the window rather to be drawn separately. How can we do that ?
i called plt.matshow() after calling plt.figure() but couldnt adjust size of plt.matshow() through plt.figure()
Osama Ali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.