diff --git a/main.py b/main.py index 4be4c88..0840ad0 100644 --- a/main.py +++ b/main.py @@ -57,6 +57,7 @@ if __name__ == "__main__": "title": f"Run {ii+1}", "xLabel": "Time (ms) - Δt = 10ms", "yLabel": "Strain (ε)", + "grid": True, "plots": [ #{"type": "text", "text": "Δt = 10ms", "x":0.99, "y":0.03, "align":("bottom", "right")}, {"type":"scatter", "x": data1["Time"], "y": data1["Strain"], "args":{"s":10, "zorder":2}, "label":"Upper", "colour": UQC["purple"]},