karlwessel / mplopengl

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

multiple window support #21

Open meftehs opened 11 months ago

meftehs commented 11 months ago

How could I upgrade the mplopengl to display multiple windows. For now, one and only one interface is displayed.

karlwessel commented 11 months ago

If you use Qt then you should be able to just create multiple qt-Windows with one FigureCanvas from mplopengl.backend_qtgl in each.

meftehs commented 11 months ago

I do thank you @karlwessel for the previous response. it is working :)
However the mplopengl isn't interactive? If I want to add the zoom function of matplotlib how could i doing it ?

karlwessel commented 2 days ago

Sorry for the late response, but did you take a look at the example in examples/qtwidget.py?