bar_plot
Create a bar chart using chroptiks.bar.plot and save it to a file. Accepts x positions and heights as JSON.
Inputs
data_json(default:'{"x": [], "height": []}')kwargs_json(default:'{}')output_path(default:'bar.png')
Steps
plot_bar→plot_bar.py
Usage
/run_jinx jinx_ref=bar_plot input_values={"data_json": "{\"x\": [], \"height\": []}", "kwargs_json": "{}", "output_path": "bar.png"}