Scatter Plot

Create a scatter plot using chroptiks.scat.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.

npc-worldwide 5061160 2 files · 1.7 KB Updated

File contents

scatter_plot

Create a scatter plot using chroptiks.scat.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: 'scatter.png')

Steps

Usage

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

npc-worldwide/chroptiks/tree/main/skills/scatter_plot commit 5061160c17

Frequently asked questions

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