·matplotlib

Python에서 정적, 애니메이션 및 대화형 시각화를 생성하기 위한 기본 라이브러리입니다. 고도로 맞춤화 가능하며 출판 품질 수치에 대한 업계 표준입니다. 2D 플로팅, 과학 데이터 시각화, 히트맵, 등고선, 벡터 필드, 다중 패널 그림, LaTeX 형식 플롯, 사용자 정의 시각화 도구 및 NumPy 배열 또는 Pandas DataFrames의 플로팅에 사용됩니다.

7설치·0트렌드·@tondevrel

설치

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib

matplotlib 설치 방법

명령줄에서 matplotlib AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: tondevrel/scientific-agent-skills.

The most widely used library for 2D (and basic 3D) plotting. It provides full control over every element of a figure, from line styles to axis spines.

Official docs: https://matplotlib.org/stable/index.html Gallery: https://matplotlib.org/stable/gallery/index.html (Essential for finding examples) Search patterns: plt.subplots, ax.settitle, ax.legend, plt.savefig, matplotlib.colors

| Object-Oriented (OO) | fig, ax = plt.subplots() | Recommended. Best for complex, reproducible plots. | | Pyplot (State-based) | plt.plot(x, y) | Quick interactive checks. Avoid for scripts/modules. |

Python에서 정적, 애니메이션 및 대화형 시각화를 생성하기 위한 기본 라이브러리입니다. 고도로 맞춤화 가능하며 출판 품질 수치에 대한 업계 표준입니다. 2D 플로팅, 과학 데이터 시각화, 히트맵, 등고선, 벡터 필드, 다중 패널 그림, LaTeX 형식 플롯, 사용자 정의 시각화 도구 및 NumPy 배열 또는 Pandas DataFrames의 플로팅에 사용됩니다. 출처: tondevrel/scientific-agent-skills.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib
카테고리
{}데이터 분석
인증됨
최초 등록
2026-02-25
업데이트
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

빠른 답변

matplotlib이란?

Python에서 정적, 애니메이션 및 대화형 시각화를 생성하기 위한 기본 라이브러리입니다. 고도로 맞춤화 가능하며 출판 품질 수치에 대한 업계 표준입니다. 2D 플로팅, 과학 데이터 시각화, 히트맵, 등고선, 벡터 필드, 다중 패널 그림, LaTeX 형식 플롯, 사용자 정의 시각화 도구 및 NumPy 배열 또는 Pandas DataFrames의 플로팅에 사용됩니다. 출처: tondevrel/scientific-agent-skills.

matplotlib 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill matplotlib 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/tondevrel/scientific-agent-skills

상세

카테고리
{}데이터 분석
출처
skills.sh
최초 등록
2026-02-25