Enable grids in all places

This commit is contained in:
Cal W
2023-04-02 23:00:04 +10:00
parent c9c9da60cc
commit f1c62501bf

View File

@@ -57,6 +57,7 @@ if __name__ == "__main__":
"title": f"Run {ii+1}", "title": f"Run {ii+1}",
"xLabel": "Time (ms) - Δt = 10ms", "xLabel": "Time (ms) - Δt = 10ms",
"yLabel": "Strain (ε)", "yLabel": "Strain (ε)",
"grid": True,
"plots": [ "plots": [
#{"type": "text", "text": "Δt = 10ms", "x":0.99, "y":0.03, "align":("bottom", "right")}, #{"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"]}, {"type":"scatter", "x": data1["Time"], "y": data1["Strain"], "args":{"s":10, "zorder":2}, "label":"Upper", "colour": UQC["purple"]},