Skip to content

Commit

Permalink
update plot label
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhao-ye committed Dec 7, 2023
1 parent 029a16a commit 7295617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/plot_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
}

label_map = {
"zipf_s1G_z0.99": "Zipf (theta 0.99), 1GB",
"zipf_s1G_z0.99": "Zipf-0.99, 1GB",
"unif_s1G": "Unif, 1GB",
"zipf_s2G_z0.5": "Zipf (theta 0.5), 2GB",
"zipf_s2G_z0.5": "Zipf-0.5, 2GB",
"unif_s0.5G": "Unif, 0.5GB",
"unif_s0.7G": "Unif, 0.7GB",
}
Expand Down

0 comments on commit 7295617

Please sign in to comment.