Bar Plot

Create a bar chart using chroptiks.bar.plot and save it to a file. Accepts x positions and heights as JSON.

npc-worldwide 5739777 2 files · 1.5 KB Updated

File contents

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

Usage

/run_jinx jinx_ref=bar_plot input_values={"data_json": "{\"x\": [], \"height\": []}", "kwargs_json": "{}", "output_path": "bar.png"}

npc-worldwide/chroptiks/tree/main/skills/bar_plot commit 5739777dda

Frequently asked questions

npx skillmds@latest add npc-worldwide/bar-plot