Skip to content

Commit c02c24e

Browse files
Jovan MitrevskiJovan Mitrevski
authored andcommitted
update README
1 parent cf160e8 commit c02c24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ In order to use matplotlib plots with QtQuick, do the following:
99
1. In your QML files, instantiate an object with the QML type defined above. Its `objectName` property specifies the name of the object that can be found in the QML engine. It can be retrieved in python with `win.findChild(QtCore.QObject, "spectFigure")`, for example, where `"spectFigure"` is the `objectName` in this case.
1010
1. One can then pass this object as needed. This is the FigureCanvasQtQuickAgg object. The figure can be found in its `figure` property.
1111

12+
The test in the tests directory gives a simple example of how to use this package.
13+
1214
Please let me know if you have any suggestions or better ways I should do this.

0 commit comments

Comments
 (0)