diff --git a/main.py b/main.py index 4418ca4..e881257 100644 --- a/main.py +++ b/main.py @@ -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