Fix Matplotlib imshow blank figures

If you get Matplotlib blank figures or errors like:

backend_gtk3cairo.RendererGTK3Cairo NotImplementedError: Surface.create_for_data: Not Implemented yet.

Fix

Fix Matplotlib no display issues by fixing the Matplotlib QT backend. Install the latest QT

conda install pyqt

Add to your matplotlibrc

backend : qt5agg