From f1c62501bfb1d6c7b26ae26c20dc8d491bc38338 Mon Sep 17 00:00:00 2001 From: Cal W <20716204+calw20@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:00:04 +1000 Subject: [PATCH] Enable grids in all places --- main.py | 1 + 1 file changed, 1 insertion(+) 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"]},