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).
Re: Embed matplotlib in qml application
Hi, I wanted to plot data with matplotlib in my QML app. I found this example But first error:
I installed the module several times. Is there any special on this module how to install it?
Thank you.
Hi,
Did you install that package ?
sure I installed it.. and uninstalled and again installed...
How did you do that ? Are you using a virtual environment ? If so, which one ?
I use .venv in VS code (windows) I installed it like that: pip install matplotlib-backend-qtquick
Can you provide a minimal requirements.txt to reproduce your environment ?
Using conda with PyQt5 and matplotlib I have in import error but the package is found.