How To Embed Matplotlib Canvases In A Pyside2 Application
I am trying to embed a matplotlib canvas into a PySide2 application. I have tried to use this example: https://matplotlib.org/examples/user_interfaces/embedding_in_qt5.html The exa
Solution 1:
It turns out that this was a bug in PySide2, which now has been fixed (see https://bugreports.qt.io/browse/PYSIDE-632?gerritReviewStatus=All). Just update to the most current version to get rid of the problem.
Post a Comment for "How To Embed Matplotlib Canvases In A Pyside2 Application"