(PyQt6)6. PyQt6 + pyqtgraph 소개하기
- 목차 글 : 2024-08-06-pyQt6 Index
- 이전 글 : 2024-09-03-PyQt6 xlwings 활용하기
작성할 내용들
- 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는 실시간 반응이 되는 라이브러리 중 하나다.
This post is licensed under CC BY 4.0 by the author.