Skip to content

Commit

Permalink
log scale and oran -> o-ran fixes for the ric chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gckopper committed Apr 4, 2024
1 parent 104dfd6 commit 472bc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphs/ric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
labels = [
"Flexric",
"ORAN SC RIC",
"O-RAN SC RIC",
]
rans = [
["OAI RAN",
Expand All @@ -20,7 +20,7 @@
]
limits = [
(0, 4000),
(100, 10000),
(1, 10000),
]

ylabels = [
Expand Down

0 comments on commit 472bc7a

Please sign in to comment.