hist2d_plot
Create a 2D histogram using chroptiks.hist2d.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:'hist2d.png')
Steps
plot_hist2d→plot_hist2d.py
Usage
/run_jinx jinx_ref=hist2d_plot input_values={"data_json": "{\"x\": [], \"y\": []}", "kwargs_json": "{}", "output_path": "hist2d.png"}