Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update plot
#4
You can have more than one plot appear in a window. Look here in the documentation where it talks about working with multiple figures and axes.

https://matplotlib.org/stable/tutorials/...yplot.html

And here's an example of embedding a plot in a tkinter window.

https://matplotlib.org/stable/gallery/us...gskip.html

If you want a quick and dirty solution just make a script to make your two plots, then write a tkinter program that has a button which launches your plotting script as a subprocess.
Reply


Messages In This Thread
Update plot - by frohr - Jan-27-2022, 06:40 PM
RE: Update plot - by deanhystad - Jan-27-2022, 07:06 PM
RE: Update plot - by frohr - Jan-27-2022, 07:20 PM
RE: Update plot - by deanhystad - Jan-27-2022, 07:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Python + Google Sheet | Best way to update specific cells in a single Update()? Vokofe 1 2,838 Dec-16-2020, 05:26 AM
Last Post: Vokofe
  How to plot intraday data of several days in one plot mistermister 3 3,070 Dec-15-2020, 07:43 PM
Last Post: deanhystad
  How to plot vertically stacked plot with same x-axis and SriMekala 0 2,009 Jun-12-2019, 03:31 PM
Last Post: SriMekala

Forum Jump:

User Panel Messages

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