costumtkinter showing plot by other file #1596
mhd-fauzan
announced in
Announcements
Replies: 2 comments
-
Are they in separate folder ?
From here, you can add : self.data = csv2df() in your init function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Costumtkinter 😂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a button to display a graphic from viewer.py file. I want the graphic from the viewer.py file to be displayed by clicking a button from the gui that I have created. Here's the code for a gui and graphics. Both are in separate files.
GUI.py Code
And here is the viewer.py code
Can you please fix it as I need this for a project.
Thank You.
I want to display the graph by clicking the "View Plot" button.
Beta Was this translation helpful? Give feedback.
All reactions