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.

npc-worldwide 8864ed9 2 files · 1.8 KB Updated

File contents

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

Usage

/run_jinx jinx_ref=hist2d_plot input_values={"data_json": "{\"x\": [], \"y\": []}", "kwargs_json": "{}", "output_path": "hist2d.png"}

npc-worldwide/chroptiks/tree/main/skills/hist2d_plot commit 8864ed90d1

Frequently asked questions

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