|
|
5a5109b1a6
|
fix(viz_reports): plot_scatter_true_vs_pred NaN 容错 + subplots_adjust 替换 tight_layout
|
2026-06-22 17:48:03 +08:00 |
|
|
|
e8820a73c1
|
fix(viz_reports): plot_spectrum_by_parameter legend 移出画布防止遮挡
|
2026-06-22 17:16:10 +08:00 |
|
|
|
561c59fbd4
|
fix(scatter_legend): 基础版散点图 legend 移出画布防止遮挡
src/postprocessing/visualization_reports.py plot_scatter_true_vs_pred:
ax.legend 加 bbox_to_anchor=(1.02, 1) + borderaxespad=0,将图例移到画布右侧外部。
已有 plt.tight_layout() 与 plt.savefig(..., bbox_inches='tight') 自动处理裁剪。
Why: loc='upper left' 时图例位于散点区左上角,训练/测试点集中时易被遮挡。
仅改基础版(plot_scatter_true_vs_pred),增强版 sctter_batch.py 是 gridspec 4x4
子图布局,硬套 bbox_to_anchor 会破坏右侧 ax_hist_y 子图,保留原样。
|
2026-06-22 16:37:11 +08:00 |
|
|
|
027981e9a6
|
ContentMapper 边界读取支持栅格水掩膜(.dat/.bsq/.tif/.tiff/.img)
|
2026-06-16 15:15:10 +08:00 |
|
|
|
82e0b92af6
|
Mega-1.1 全链路路径归一化收尾(18 文件)
|
2026-06-15 15:20:50 +08:00 |
|
|
|
184f5fe9f4
|
fix(step14): 批量渲染文件名唯一性 + Colorbar 样式 + 2σ拉伸
|
2026-06-11 10:29:32 +08:00 |
|
|
|
0493ba7916
|
fix(map): GeoTIFF 可视化全链路修复
|
2026-06-10 17:13:51 +08:00 |
|
|
|
fa9c940074
|
feat(visualization+report): 接入 Step9 浓度反演数据至可视化面板与报告生成器
|
2026-06-10 09:41:39 +08:00 |
|
|
|
e57fdb4f75
|
feat(report): 支持 Minimax AI 后端 + 统一 AI 配置对话框,修复 figure_counter 返回值断链 Bug
|
2026-06-08 14:58:16 +08:00 |
|
|
|
2a4a7ec7be
|
refactor(packaging): PyInstaller资源路径统一适配get_resource_path
|
2026-05-10 18:02:59 +08:00 |
|
|
|
95d30d8d81
|
修复训练摘要报告无法识别 .joblib 模型的 Bug
|
2026-05-10 15:45:56 +08:00 |
|
|
|
375fea77b9
|
修复后处理模块导包路径断层
|
2026-05-10 15:24:50 +08:00 |
|
|
|
9b7bcfadd1
|
fix: 修复工作目录与步骤名不对应、回归预测虚数报错、模型加载及预处理名称转换问题,重构可视化并修正勾选联动
|
2026-04-14 17:41:38 +08:00 |
|
|
|
b0a94ba1e7
|
更新工作目录子文件夹的序号
|
2026-04-14 09:24:18 +08:00 |
|
|
|
8025869b76
|
调整缩放、多核运行、图标显示
|
2026-04-09 17:25:52 +08:00 |
|
|
|
91e36407ae
|
Initial commit of WQ_GUI
|
2026-04-08 15:25:08 +08:00 |
|