plot_generate_code
Generates Python plotting code to compare measurement quantities across submatrices. Provide quantity names, submatrix count, and plot type to get ready-to-use code.
Instructions
Generate Python plotting code for measurement comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot_type | Yes | Type of plot ("scatter", "line", or "subplots") | |
| submatrices_count | Yes | Number of submatrices to plot | |
| measurement_quantity_names | Yes | List of quantity names to plot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||