Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello all,
Is there any possible way to visualize matplotlib images(not plots) in PyQt?
if it's an image, and not a plot, then you can put the image on your app as you would do with any image, with a QLabel, QPixmap, etc.