origin_plot_dual_y
Import table data and create a double-Y axis graph with left and right Y axes sharing one X axis. Choose from line, scatter, line_symbol, or column plot types.
Instructions
Import table data and create a double-Y (two Y axes) graph.
y1_cols are plotted against the left Y axis (layer 1) and y2_cols against the right Y axis (layer 2), sharing one X axis. Both lists are required. plot_type is "line", "scatter", "line_symbol", or "column".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| x_col | No | ||
| y1_cols | No | ||
| y2_cols | No | ||
| book_name | No | ||
| sheet_name | No | ||
| excel_sheet | No | ||
| delimiter | No | ||
| encoding | No | ||
| header | No | ||
| skiprows | No | ||
| nrows | No | ||
| na_values | No | ||
| graph_name | No | ||
| title | No | ||
| x_label | No | ||
| y1_label | No | ||
| y2_label | No | ||
| plot_type | No | line | |
| style_mode | No | origin_default | |
| export_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||