I am drawing a graph in python using Matplotlib library. I want to remove the whole toolbar from the graph. which look like this.

i have been trying alot but not able to figure out the way to do it. kindly direct me to the File/code and suggest me the modifications to be carried out.
rcParams. Making your own interface is a solution, but it is way overkill.show()didn't give any hints on where to look (rcParams). Good to know!FigureManagersub-class inbackend_*.pywhere the gui window is built.showjust tells the figures (what ever they are) to draw and is backend agnostic, where as setting up the toolbar is very backend dependent.