Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1935

calling QXYSeries.appendNp returns type error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.3.0
    • PySide
    • None
    • Linux/Wayland

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            crmaurei Cristian Maureira-Fredes
            martinox Martin Rieu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes