摘要: 安装依赖 numpy matplotlib numpy-stl 运行脚本 import sys import os import numpy as np # 强制使用 TkAgg 后端,弹出独立窗口,支持鼠标交互 import matplotlib matplotlib.use("TkAgg") i 阅读全文
posted @ 2025-11-21 18:39 _迷途 阅读(8) 评论(0) 推荐(0)