plot_forecast
Visualize a time series with original values and a 7-day moving average line to identify trends. Use when you need a clear temporal plot without making predictions.
Instructions
plot_forecast —— 可视化组 · 时序折线图(工具 24,核心实现)。
原值折线 + 7 日移动平均线;仅作图不预测(预测见工具 17)。 五项统一前置由 _common._prepare_series 承载(插值/聚合/时区均报告)。 inline 数据: 本工具支持可选 inline_data 参数(v1.2.0 起):与 file_path 二选一, 支持 records 数组或 {"header": [...], "rows": [[...], ...]} 对象两种形态; 规模上限/类型域/data_source 来源标注见 statlab_mcp/docs/SPEC.md 第 12 节。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_col | No | ||
| file_path | No | ||
| value_col | No | ||
| inline_data | No |