Skip to content

Commit 9c61b58

Browse files
authored
Update index.md
1 parent 055c5a1 commit 9c61b58

File tree

1 file changed

+2
-2
lines changed
  • docs/04_visualizations/2-9-heatmap

1 file changed

+2
-2
lines changed

docs/04_visualizations/2-9-heatmap/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ sidebar_position: 2.9
2828

2929
```py
3030
corr_list = {
31-
"品种a": ["热轧卷板", "热轧卷板", "热轧卷板", "螺纹钢", "螺纹钢", "螺纹钢", "铁矿石", "铁矿石", "铁矿石"],
32-
"品种b": ["热轧卷板", "螺纹钢", "铁矿石", "热轧卷板", "螺纹钢", "铁矿石", "热轧卷板", "螺纹钢", "铁矿石"],
31+
"品种a": ["BTC", "BTC", "BTC", "ETH", "ETH", "ETH", "SOL", "SOL", "SOL"],
32+
"品种b": ["BTC", "ETH", "SOL", "BTC", "ETH", "SOL", "BTC", "ETH", "SOL"],
3333
"相关系数": [None, 0.921951000892738, 0.7828602839311828, 0.921951000892738, None, 0.761299024355042, 0.7828602839311828, 0.761299024355042, None]
3434
}
3535

0 commit comments

Comments
 (0)