karlwessel / mplopengl

OpenGL based backend for matplotlib
MIT License
14 stars 5 forks source link

Test draw_image of RendererQtGL #4

Closed karlwessel closed 5 years ago

karlwessel commented 5 years ago

Plotting of images is implemented and should work, but has no pytests yet.

First steps would be copying/modifying matplotlibs "test_image.py" for mplopengl and see which tests pass and which fail.

karlwessel commented 5 years ago

Fixed with commit 35ecf00