Skip to content

Commit

Permalink
Change servicepolicy linewidth
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 25, 2024
1 parent 8ed2443 commit 40f4d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfair/scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def plot_flows_over_time(
exp.bw_Mbps if exp.use_bess else None,
out_flp,
legendloc=("center" if sender_fairness else "upper right"),
linewidth=(2 if sender_fairness else 1),
linewidth=(1 if sender_fairness else 1),
colors=colors,
bbox_to_anchor=((0.5, 1.15) if sender_fairness else None),
legend_ncol=(2 if sender_fairness else 1),
Expand Down

0 comments on commit 40f4d36

Please sign in to comment.