Quick Summary Plot

Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".

npc-worldwide 7fd31bd 2 files · 2.7 KB Updated

File contents

quick_summary_plot

Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".

Inputs

  • data_json (default: '{"x": []}')
  • plot_type (default: 'auto')
  • kwargs_json (default: '{}')
  • output_path (default: 'summary.png')

Steps

Usage

/run_jinx jinx_ref=quick_summary_plot input_values={"data_json": "{\"x\": []}", "plot_type": "auto", "kwargs_json": "{}", "output_path": "summary.png"}

npc-worldwide/chroptiks/tree/main/skills/quick_summary_plot commit 7fd31bdd36

Frequently asked questions

npx skillmds@latest add npc-worldwide/quick-summary-plot