Python Forum
Second window with buttons and plot
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Second window with buttons and plot
#2
What is plt? Are you using matplotlib?

If you want the plot to be visible you need to call show(). draw() is used to update a plot, not draw it to the screen.
Reply


Messages In This Thread
Second window with buttons and plot - by frohr - Jun-30-2022, 06:24 PM
RE: Second window with buttons and plot - by deanhystad - Jun-30-2022, 07:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 1,799 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,185 Jun-13-2022, 08:59 AM
Last Post: Shena76
  How to plot intraday data of several days in one plot mistermister 3 2,931 Dec-15-2020, 07:43 PM
Last Post: deanhystad
  How to plot vertically stacked plot with same x-axis and SriMekala 0 1,940 Jun-12-2019, 03:31 PM
Last Post: SriMekala
  Buttons or Radio Buttons on Tkinter Treeview draems 0 3,393 Oct-31-2017, 04:06 AM
Last Post: draems

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020