Graph all the things
This commit is contained in:
parent
67f4872e2b
commit
1519d692d9
2
main.py
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user