Matplotlib in QML application
Unsolved
QML and Qt Quick
-
wrote on 31 Jul 2022, 17:06 last edited by
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 ?
-
wrote on 1 Aug 2022, 11:12 last edited by
sure I installed it.. and uninstalled and again installed...
-
How did you do that ?
Are you using a virtual environment ?
If so, which one ? -
wrote on 1 Aug 2022, 11:53 last edited by
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.
1/6