Hist1d Plot

Create a 1D histogram using chroptiks.hist1d.plot and save it to a file. Accepts data as a JSON array and plotting kwargs as a JSON object.

npc-worldwide 83c4573 2 files · 1.5 KB Updated

File contents

hist1d_plot

Create a 1D histogram using chroptiks.hist1d.plot and save it to a file. Accepts data as a JSON array and plotting kwargs as a JSON object.

Inputs

  • data_json (default: '[]')
  • kwargs_json (default: '{}')
  • output_path (default: 'hist1d.png')

Steps

Usage

/run_jinx jinx_ref=hist1d_plot input_values={"data_json": "[]", "kwargs_json": "{}", "output_path": "hist1d.png"}

npc-worldwide/chroptiks/tree/main/skills/hist1d_plot commit 83c45738af

Frequently asked questions

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