PyQtGraph: Fast Data Visualization and GUI Tools for Scientific Applications

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

PyQtGraph: Fast Data Visualization and GUI Tools for Scientific Applications

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

Analyzed by OSRepos on January 20, 2026

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.

dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies

dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies

August 18, 2026

The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

PythonAILLM
Agent Skills: A Standardized Way to Give AI Agents New Capabilities

Agent Skills: A Standardized Way to Give AI Agents New Capabilities

August 18, 2026

Agent Skills provides a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. It allows packaging procedural knowledge and context into portable, version-controlled folders that agents load on demand. This enables agents to gain domain expertise, follow repeatable workflows, and reuse skills across various compatible AI tools.

agent-skillsPythonAI
A-MEM: Self-Evolving Memory for Coding Agents

A-MEM: Self-Evolving Memory for Coding Agents

August 17, 2026

A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

PythonAILLM
Agent Sandbox: Secure Local Development for AI Coding Agents

Agent Sandbox: Secure Local Development for AI Coding Agents

August 17, 2026

Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.

agent-harnessagent-sandboxagents

Source repository

Open the original repository on GitHub.

15 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️