quick_summary_plot
Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".
Inputs
data_json(default:'{"x": []}')plot_type(default:'auto')kwargs_json(default:'{}')output_path(default:'summary.png')
Steps
auto_plot→auto_plot.py
Usage
/run_jinx jinx_ref=quick_summary_plot input_values={"data_json": "{\"x\": []}", "plot_type": "auto", "kwargs_json": "{}", "output_path": "summary.png"}