Graph all the things

This commit is contained in:
Cal W 2024-10-18 00:04:28 +10:00
parent 67f4872e2b
commit 1519d692d9

View File

@ -348,7 +348,7 @@ def genGraph(gData: dict, showPlot: bool = True):
print("Graphing Data")
for shot in loaded_data:
if shot != loaded_data[-2]: continue
#if shot != loaded_data[-2]: continue
genGraph(data[shot], showPlot=False)
# This forces matplotlib to hang until I tell it to close all windows