Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
powercap-measurement
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jayesh Badwaik
powercap-measurement
Commits
97308da8
Verified
Commit
97308da8
authored
2 months ago
by
Jayesh Badwaik
Browse files
Options
Downloads
Patches
Plain Diff
+ final data and plot
parent
3ef084c6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
data/output.pdf
+0
-0
0 additions, 0 deletions
data/output.pdf
data/output.png
+0
-0
0 additions, 0 deletions
data/output.png
post/multiplot.py
+3
-3
3 additions, 3 deletions
post/multiplot.py
with
3 additions
and
3 deletions
data/output.pdf
+
0
−
0
View file @
97308da8
No preview for this file type
This diff is collapsed.
Click to expand it.
data/output.png
+
0
−
0
View replaced file @
3ef084c6
View file @
97308da8
32.9 KiB
|
W:
|
H:
38.2 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
post/multiplot.py
+
3
−
3
View file @
97308da8
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment