diff --git a/main.py b/main.py index 448e338..4be4c88 100644 --- a/main.py +++ b/main.py @@ -65,7 +65,7 @@ if __name__ == "__main__": {"type":"plot", "x": data2["Time"], "y": data2["Strain"], "args":{"zorder":0, "alpha":0.25}, "colour": UQC["dark_grey"]}, ] } - fig, _ = makeGraph(graphData, showPlot=False) + fig, _ = makeGraph(newPlot, showPlot=False) fig.savefig(f"./images/actual/Run_{ii+1}.png") plt.close(fig)