Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.3.0
-
None
Description
When I call QXYSeries.appendNp() with two numpy arrays of the same size as arguments, I get the following error :
TypeError: 'PySide6.QtCharts.QXYSeries.appendNp' called with wrong argument types:
PySide6.QtCharts.QXYSeries.appendNp(ndarray, ndarray)
Supported signatures: PySide6.QtCharts.QXYSeries.appendNp(shibokensupport.signature.mapping.ArrayLikeVariable, shibokensupport.signature.mapping.ArrayLikeVariable)
I am using PySide 6.3.0 and numpy 1.21.5, python 3.10 and Ubuntu 22.04
Attachments
Issue Links
- relates to
-
PYSIDE-2313 Numpy: QLineSeries.appendNp accepts arrays, but doesn't append
- Closed