From d5d4895c1e76f947a43b8d729455a63e7c165b28 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 22 Apr 2021 15:14:36 +0200 Subject: Add documentation for the numpy overloads of functions taking point lists Amends 6389561fd75e80c69d7c83f6a87d988450a2e569. Task-number: PYSIDE-1540 Task-number: PYSIDE-1503 Change-Id: I0f424dccf4151d53d64f3aef923a32d3c3bf2641 Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/PySide6/QtCharts/typesystem_charts.xml | 12 ++++++++++-- sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/sources/pyside6/PySide6/QtCharts/typesystem_charts.xml b/sources/pyside6/PySide6/QtCharts/typesystem_charts.xml index 6a325431b..eaeb78e61 100644 --- a/sources/pyside6/PySide6/QtCharts/typesystem_charts.xml +++ b/sources/pyside6/PySide6/QtCharts/typesystem_charts.xml @@ -271,11 +271,19 @@ FIXME Subscripted generics cannot be used with class and instance checks --> - + + + Adds the list of data points specified by two + one-dimensional, equally sized numpy arrays representing the x, y values, respectively. + - + + + Replaces the current points with the points specified by two + one-dimensional, equally sized numpy arrays representing the x, y values, respectively. + diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml index 4a230d5df..117476f23 100644 --- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml +++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml @@ -1798,8 +1798,12 @@ - + + + Draws the points specified by two one-dimensional, equally sized numpy arrays + representing the x, y values, respectively. + -- cgit v1.2.3