PyQtGraph: Fast Data Visualization and GUI Tools for Scientific Applications
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
PyQtGraph is a powerful, pure-Python graphics library tailored for scientific and engineering applications. It provides fast data visualization and GUI tools, leveraging NumPy for numerical processing, Qt's GraphicsView for 2D, and OpenGL for 3D displays. This makes it an excellent choice for high-performance data plotting and interactive interfaces.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
PyQtGraph is a pure-Python graphics library designed for PyQt5/PyQt6/PySide6, specifically catering to mathematics, scientific, and engineering applications. It provides fast data visualization and GUI tools.
Despite being entirely written in Python, it achieves high performance by heavily utilizing NumPy for number crunching, Qt's GraphicsView framework for 2D display, and OpenGL for 3D display.
Installation
Installing PyQtGraph is straightforward using pip or conda.
Using pip:
pip install pyqtgraph
Using conda:
conda install -c conda-forge pyqtgraph
Examples
To quickly grasp PyQtGraph's capabilities, exploring its comprehensive examples is highly recommended. You can launch the examples application directly from your Python environment.
python -m pyqtgraph.examples
Why Use PyQtGraph
PyQtGraph stands out for several reasons, making it a top choice for scientific and engineering visualization:
- High Performance: Built for speed, it leverages optimized libraries like NumPy, Qt's GraphicsView, and OpenGL for efficient rendering of large datasets.
- Scientific Focus: Tailored for complex data plotting, signal processing, and image display common in scientific research and engineering.
- Pure Python & Qt Integration: Offers a native Python experience with seamless integration into PyQt/PySide GUI applications.
- Extensible: Supports a wide array of optional third-party libraries such as SciPy, PyOpenGL, h5py, Matplotlib, CuPy, and Numba, extending its functionality for specialized tasks.
- Widely Adopted: Trusted and used by numerous projects and applications, including ACQ4, Orange3, and Joulescope, demonstrating its robustness and reliability.
Links
Explore PyQtGraph further through these official resources:
Related repositories
Similar repositories that may be relevant next.

EvalPlus: Rigorous Evaluation for LLM-Synthesized Code
June 30, 2026
EvalPlus is a robust framework designed for the rigorous evaluation of code generated by Large Language Models (LLMs). It extends standard benchmarks like HumanEval and MBPP with significantly more tests, offering precise assessment of code correctness and efficiency. This tool is crucial for developers and researchers aiming to thoroughly validate LLM-synthesized code.

AgentEvals: Robust Evaluation Tools for LLM Agent Trajectories
June 30, 2026
AgentEvals is a powerful open-source package from LangChain designed to simplify the evaluation of agentic applications. It provides a collection of ready-made evaluators and utilities, with a particular focus on analyzing agent trajectories, the intermediate steps an agent takes to solve problems. This helps developers understand and improve the reliability and performance of their LLM agents.

Phoenix: AI Observability and Evaluation Platform for LLMs
June 28, 2026
Phoenix is an open-source AI observability platform from Arize AI, designed for comprehensive experimentation, evaluation, and troubleshooting of LLM applications. It provides robust features including OpenTelemetry-based tracing, LLM evaluation, and systematic prompt management. This platform helps developers optimize and debug their AI models effectively across various environments.

Observers: A Lightweight Library for AI Observability in Python
June 28, 2026
Observers is a Python library designed for AI observability, enabling developers to track and store interactions with generative AI APIs. It provides a flexible framework with various observers for popular LLM providers and multiple storage backends. This tool helps in monitoring, debugging, and analyzing AI model behavior effectively.
Source repository
Open the original repository on GitHub.