telexed ~ c / b21a36b6-8d5radar:50 · agent_toolLIVE
← 피드로
NO.
#b21a36b6
분야
에이전트·도구
출처
r/ClaudeAI
게재
2026-05-24 09:56:11
중요도
★ 5/10 — radar 50
`nice-figures`, Claude Code용 리서치 블로그풍 `matplotlib` 플롯 스킬
FIG-0211:1

`nice-figures`, Claude Code용 리서치 블로그풍 `matplotlib` 플롯 스킬

`nice-figures`: Claude Code skill for research-blog-style Matplotlib charts

자연어로 원하는 차트를 말하면 matplotlib 보일러플레이트를 대신 잡아준다. README·리포트·런칭 글에서 시각화 퀄리티를 빠르게 올릴 때 쓸 만함.

[ 요점 ]
  1. /plugin install nice-figures@nice-figures로 설치하고, Claude Code가 요청에 맞는 차트 레시피를 자동 선택한다.
  2. 레시피는 16종. training curve, grouped bar, ROC, heatmap, scaling-law scatter, forest plot, Pareto front까지 포함.
  3. 의존성은 matplotlib + numpy뿐이라 가볍다. Python 기반 벤치마크·제품 분석 결과물에 붙이기 쉽다.
  4. 데이터가 없으면 명시적으로 synthetic placeholder를 만든다. 최종 CSV 전에도 mock figure 작업을 먼저 진행 가능.
원문www.reddit.com/r/ClaudeAI/comments/1tm7w3d/i_made_a_claude_code_plugin_that_draws_matplotlib/원문 보기 →

// related