Fix quick boo boo
This commit is contained in:
2
main.py
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user