Actually, i am pasting 2 code segments. The first code segment is generate the graph using matplotlib. while, second segment of code is for the usual tkinter window with tabs.
Now my question is that "How i can embed matplotlib plot of first segment of code into the tkinter window i.e. second segment of code?"
I am expecting same graph should be produced in tkinter window. I have gone through various tutorials available online and studied canvas method via figure but could not embed.