Skip to content

Commit 862df8f

Browse files
committed
updata fig2
1 parent 51cf920 commit 862df8f

9 files changed

+2
-2
lines changed
-243 Bytes
Binary file not shown.
-41 KB
Loading
-6 Bytes
Binary file not shown.
-374 Bytes
Loading
3 Bytes
Binary file not shown.
245 Bytes
Loading
-5 Bytes
Binary file not shown.
-181 Bytes
Loading

evaluation/overview/viz_statis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'hprc_ont': 'HPRC ONT',
6060
'hgsvc2_hifi': 'HGSVC HiFi',
6161
'hgsvc2_clr': 'HGSVC CLR',
62-
'1kg_ont': '1KG ONT' # 新增
62+
'1kg_ont': '1kGP ONT' # 新增
6363
}
6464

6565
# 按照您要求的顺序 (新增 1kg_ont)
@@ -392,7 +392,7 @@ def plot_by_dataset():
392392
datasets = DATASET_ORDER
393393

394394
# 改为 2 行 3 列布局
395-
fig, axes = plt.subplots(2, 3, figsize=(18, 10), dpi=300)
395+
fig, axes = plt.subplots(2, 3, figsize=(12, 8), dpi=300)
396396
axes = axes.flatten()
397397

398398
for idx, dataset in enumerate(datasets):

0 commit comments

Comments
 (0)