Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 290 Bytes

OpenGL in Matplotlib

This is an experiment to create an OpenGL backend for Matplotlib. It depends on Matplotlib, Qt4, and PyOpenGL.

For a demo, run

python opengl_backend.py

And compare it to the render speed of AGG by running

python opengl_backend.py --agg