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}",
|
"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"]},
|
||||||
|
|||||||
Reference in New Issue
Block a user