origin_plot
Create table-based plots including area, bar, pie, ternary, and more by specifying the plot kind and data path. Generate customized graphs with optional export.
Instructions
Create a table-based plot selected by kind.
A single parameterized entry point for the table plot kinds that each also
have a dedicated origin_plot_* tool, so the compact tool profile can
reach every kind without enabling the full profile. kind must be one of:
area, stack_area, fill_area, bar, stack_bar, floating_bar, column_stack,
pie, ternary, ternary_contour, bubble, bubble_color_mapped, color_mapped,
vector_xyam, vector_xyxy, vector_3d, high_low_close, candlestick, waterfall,
ribbon_3d, bars_3d, errorbar_3d, polar_xr_ytheta, smith, dendrogram. For
line/scatter/column/histogram/box use the dedicated tools; for matrix-range
plots use origin_plot_matrix_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| kind | Yes | ||
| selected_cols | No | ||
| graph_name | No | ||
| title | No | ||
| export_path | No | ||
| style_mode | No | origin_default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||