Enable grids in all places
This commit is contained in:
1
main.py
1
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"]},
|
||||
|
||||
Reference in New Issue
Block a user