Tkinter Python GUI Tutorial For Beginners - How to embed Matplotlib graph to Tkinter GUI

preview_player
Показать описание
Welcome to this video on Tkinter Python GUI Tutorial For Beginners. This video shows How to embed a Matplotlib graph to your Tkinter GUI.

So What is Tkinter ? Tkinter is the Python interface to the Tk GUI toolkit shipped with Python. In Python you can use the Tkinter module to create simple GUI programs. Tkinter does not always run reliably under IDLE Use IDLE’s editor to write GUI programs, but for best results run the program from the OS command line. Learn Tkinter In easy and simple steps.

#ProgrammingKnowledge #Tkinter #PythonGUITutorial
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Thanks for the video. I had the same mistake as @Netchaiev
: "AttributeError: 'FigureCanvasTkAgg' object has no attribute 'manager'"
Could you help us, please?

LuaVader
Автор

Hello,

Need your help. Could please tell me that can we image as facecolor in matplolib or can we insert image as background in matplolib graph??
Thanks and Regards.

suchitagaikwad
Автор

Great video! I have just one issue : when I push the "save" button in the toolbar, I get :
"AttributeError: 'FigureCanvasTkAgg' object has no attribute 'manager'"
I didn't find much about this issue on the internet, somebody knows how to fix this/had the same issue?

Netchaiev
Автор

How can I embed graph in new window or how can use quit button only to destroy the present graph.
Can you please help me

dwithidaya
Автор

Thanks for the video. It helped a lot in some basic understanding of programming GUI in python. I have one question: the function on_key(event) seems to never be called when program is running. I tried to remove it and it worked perfectly without it. I also placed marker for debugging on one line in that function and I couldn't notice moment when program calls that function. I'm asking because I want to understand the meaning of that function but it seem that it works nothing.
Also when I comment canvas.draw() and run program everything stays the same. program works without it, and I couldn't notice the difference.

ivantopalovic
Автор

Your audio quality has deteriorated. Please fix it. You are closing in on 1M subscribers!

omkarbhambure
Автор

Can we plot Bitcoin price chart in Tkinter?

evilkiller
Автор

we are not here to copy and paste the code....atleast explain the LOC while teaching to understand the statement you are writing

vikasmishra
Автор

Great video. The audio is aweful though

rodrigokk
Автор

You have just copy the code of matplotlib documentation and I don't think that you have any idea about this . First learn yourself clearly.

amrendrayadav