Skip to content

A thin wrapper around PyQtGraph with Matplotlib style API.

License

Notifications You must be signed in to change notification settings

cheng-chi/glplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLPlotLib

GLPlotLib is a thin wrapper around PyQtGraph with Matplotlib style API.

Copyright 2018 Cheng Chi, University of Michigan - Ann Arbor

GLPlotLib launches 3D OpenGL visualizations of PyQtGraph in a separate thread, allowing it to be used in a interactive python shell, without blocking the main thread.

Requirements

  • PyQt5
  • python 3.x
  • NumPy
  • For 3D graphics: pyopengl
  • Known to run on Linux. It will NOT run on MacOS, due to its limitations.

Installation

pip install glplotlib

Usage

import glplotlib.glplot as plt
plt.show()
plt.grid_generic()

More detailed usage see examples folder.

About

A thin wrapper around PyQtGraph with Matplotlib style API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages