scatter_plot
Create a scatter plot using chroptiks.scat.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.
Inputs
data_json(default:'{"x": [], "y": []}')kwargs_json(default:'{}')output_path(default:'scatter.png')
Steps
plot_scatter→plot_scatter.py
Usage
/run_jinx jinx_ref=scatter_plot input_values={"data_json": "{\"x\": [], \"y\": []}", "kwargs_json": "{}", "output_path": "scatter.png"}