update font setting

This commit is contained in:
Yupeng Chen 2024-04-26 15:07:34 +08:00
parent aa33b41943
commit d620f2dbdb
No known key found for this signature in database
GPG Key ID: BB03A97DB67D4C16
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ plots_dir="./plot_burst/"
os.makedirs(plots_dir,exist_ok=True)
# plots_dir="/home/vamsi/Powertcp-NSDI/"
plt.rcParams.update({'font.size': 18,'font.family':['PingFang SC','Noto Sans CJK SC']})
plt.rcParams.update({'font.size': 18,'font.family':'Source Han Sans'})
algs=list(["powerDelay", "timely","patchedTimely","swift","rttqcn"])

View File

@ -19,7 +19,7 @@ plots_dir="./plot_fairness/"
os.makedirs(plots_dir,exist_ok=True)
# plots_dir="/home/vamsi/Powertcp-NSDI/"
plt.rcParams.update({'font.size': 18,'font.family':['PingFang SC','Noto Sans CJK SC']})
plt.rcParams.update({'font.size': 18,'font.family':'Source Han Sans'})

View File

@ -19,7 +19,7 @@ plots_dir="./plot_workload/"
os.makedirs(plots_dir,exist_ok=True)
# plots_dir="/home/vamsi/Powertcp-NSDI/"
plt.rcParams.update({'font.size': 18,'font.family':['DejaVu Sans','Source Han Sans SC','Noto Sans CJK SC']})
plt.rcParams.update({'font.size': 18,'font.family':'Source Han Sans'})