# PyQtGraph: Fast Data Visualization and GUI Tools for Scientific Applications

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/pyqtgraph-pyqtgraph
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/pyqtgraph/pyqtgraph
OSRepos URL: https://osrepos.com/repo/pyqtgraph-pyqtgraph

## 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.

## Topics

- Python
- Data Visualization
- Scientific Computing
- GUI
- NumPy
- Qt
- Visualization
- Engineering

## Repository Information

Last analyzed by OSRepos: Tue Jan 20 2026 08:01:15 GMT+0000 (Western European Standard Time)
Detail views: 3
GitHub clicks: 3

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:**
bash
pip install pyqtgraph


**Using conda:**
bash
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.

bash
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:

*   [Official Documentation](https://pyqtgraph.readthedocs.io)
*   [GitHub Repository](https://github.com/pyqtgraph/pyqtgraph)
*   [Issue Tracker](https://github.com/pyqtgraph/pyqtgraph/issues)
*   [Mailing List / Forum](https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph)
*   [StackOverflow](https://stackoverflow.com/questions/tagged/pyqtgraph)
*   [GitHub Discussions](https://github.com/pyqtgraph/pyqtgraph/discussions)