QCustomPlot-PyQt5 icon indicating copy to clipboard operation
QCustomPlot-PyQt5 copied to clipboard

Bindings for graphics lib QCustomPlot for PyQt5

Results 9 QCustomPlot-PyQt5 issues
Sort by recently updated
recently updated
newest added

C:\Users\Administrator\AppData\Local\Programs\Python\Python37\sip.exe -n PyQt5.sip -t Qt_5_15_0 -t WS_WIN -c build\temp.win-amd64-3.7\Release -b build\temp.win-amd64-3.7\Release\all.sbf -I C:\Users\Administrator\AppData\Local\Programs\Python\Python37\sip\PyQt5 all.sip sip: Usage: sip [-h] [-V] [-a file] [-b file] [-B tag] [-c dir] [-d file] [-D]...

for pyqt5 ,the whl can be installed. but the pycharm can not get the qcustomplot tips. i think qcustomplot is not full, how to modify it

This project has not seen any activity in a while. I have ported a subset of QCustomPlot v2 and made a few PR that have never been examined. I will...

Uncomment the last line `sys.exit(app.exec())` in `example1.py` to workaround #3 and run ``` $ python example1.py ``` Output: ``` Traceback (most recent call last): File "example1.py", line 5, in from...

如何用於Windows平台?

Run command: ``` examples$ python2 example1.py ``` Output: ``` File "example1.py", line 76 sys.exit(app.exec()) ^ SyntaxError: invalid syntax ``` Probably the error occurs because `exec` is a keyword in python:...

I was trying to install QCustomPlot, but ran into a problem; The last step of the build process was unable to link Qt5Core, Qt5Gui, Qt5Widget, and QL5PrintSupport. I figured it...