Skip to content
Snippets Groups Projects
Verified Commit 97308da8 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ final data and plot

parent 3ef084c6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
data/output.png

32.9 KiB | W: | H:

data/output.png

38.2 KiB | W: | H:

data/output.png
data/output.png
data/output.png
data/output.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -12,10 +12,10 @@ if __name__ == "__main__":
parser.add_argument("--powercap", help="powercap")
args = parser.parse_args()
colors = ["red", "blue", "green"]
markers = ["o", "^", "s"]
colors = ["red", "blue", "green", "goldenrod"]
markers = ["o", "^", "s", "p"]
fig, ax = matplotlib.pyplot.subplots()
for i in [100, 200, 300]:
for i in [100, 200, 300, 350]:
x = []
y = []
filename = str(i) + ".csv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment