origin_plot
Create table-based plots by specifying a plot kind, data path, and optional columns. Supports line, scatter, bar, box, histogram, and many other plot types.
Instructions
Create a table-based plot selected by kind.
A single parameterized entry point for common table plots and the Plot Type
ID routes that each also have a dedicated origin_plot_* tool. For the
common line/scatter/line_symbol/column routes, selected_cols uses the
first column as X and the remaining columns as Y. A one-column selection is
treated as Y-only. Matrix-range plots still use origin_plot_matrix_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Table plot kind. The schema lists every compact-route kind supported by this tool. | |
| path | Yes | Filesystem path consumed or produced by this tool; see the tool description. | |
| title | No | Optional Origin page long name or graph title. | |
| graph_name | No | Origin graph page name. Omit to use the active graph or create a new page. | |
| style_mode | No | Graph styling policy: origin_default preserves the Origin template; nature applies the origin-mcp scientific preset. | origin_default |
| export_path | No | Optional output path for exporting the created graph. | |
| selected_cols | No | Column names or zero-based indexes to include in the plot. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||