Skip to content

Instantly share code, notes, and snippets.

@markjay4k
markjay4k / animated3Dplot.py
Last active February 19, 2026 09:27
animated 3D example using PyQtGraph and OpenGL
# -*- coding: utf-8 -*-
"""
Animated 3D sinc function
"""
from pyqtgraph.Qt import QtCore, QtGui
import pyqtgraph.opengl as gl
import pyqtgraph as pg
import numpy as np
import sys