fix color

This commit is contained in:
2026-01-19 19:38:38 +08:00
parent 22003ea65e
commit b98ba91fc1
20 changed files with 436 additions and 32 deletions

View File

@@ -643,6 +643,8 @@ $$R_1 = P(S_i / D_i < 0.8 \text{ 或 } S_j / D_j < 0.8)$$
```
task3/
├── fig1_carto.html # 交互地图CartoDB 底图)
├── fig1_points.js # ✅ 自动生成08_visualize.py
├── 08_visualize.py # 可视化脚本
└── figures/
├── fig1_pairing_map.png
@@ -656,6 +658,8 @@ task3/
![Fig.1 站点配对地图](figures/fig1_pairing_map.png)
交互版:用浏览器打开 `task3/fig1_carto.html`(同目录需有 `task3/fig1_points.js`;需联网加载 CartoDB 底图)。
![Fig.2 分配策略散点图](figures/fig2_allocation_scatter.png)
![Fig.4 日历热力图](figures/fig4_calendar_heatmap.png)