Metadata-Version: 2.1
Name: glplotlib
Version: 0.1.1
Summary: a thin wrapper around PyQtGraph with Matplotlib style API
Home-page: https://github.com/chichengumich/glplotlib
Author: Cheng Chi
Author-email: chicheng@umich.edu
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: pyopengl
Requires-Dist: pyqt5 (==5.10.1)
Requires-Dist: pyqtgraph


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

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.


