mz_dfs_plot
Generate PNG plots from DFS and 1D result files, returning the image path. Optionally select an item and set output location.
Instructions
把结果序列画成 PNG 图片,返回图片路径。支持 dfs 系列与 1D 结果。
Args: path: 结果文件绝对路径。 item: 条目名 / 量名 / 序号;不传则取第一项。 out_png: 输出 PNG 路径;不传则与结果文件同目录同名。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| path | Yes | ||
| out_png | No |