Post

(PyQt6)6. PyQt6 + pyqtgraph 소개하기

작성할 내용들

  • Pyqtgraph 소개하기
    • matplotlib + seaborn 대비 장점
    • 예제 프로그램 실행하기
  • 가장 간단한 그래프 그리기
    • lineplot
    • scatterplot

공식홈페이지 및 docs

PyQtGraph — pyqtgraph 0.14.0dev0 documentation

A pure-python graphics and GUI library built on PyQt / PySide and numpy for use in mathematics / scientific / engineering applications.

pyqtgraph.readthedocs.io

Pyqtgraph는 실시간 반응이 되는 라이브러리 중 하나다.

  • 다음 글은 여태까지 소개한 내용들을 종합한 간단한 해석 툴 프로젝트로 찾아뵙겠습니다.

    Reference

This post is licensed under CC BY 4.0 by the author.