I am using pyqtgraph.ImageView
to visualize data.
I need to smooth transition in my image with vispy
like in this photo:
Do you know any way to get this kind of result with pyqtgraph
or any way to integrate vispy
canvas into pyqtgraph.ImageView
?