Skip to content

Commit 7cf45ce

Browse files
Jovan MitrevskiJovan Mitrevski
authored andcommitted
readme fixes
1 parent c02c24e commit 7cf45ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +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.
12+
The test in the ``tests`` directory gives a simple example of how to use this backend.
1313

1414
Please let me know if you have any suggestions or better ways I should do this.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="matplotlib_backend_qtquick",
8-
version="0.0.3",
8+
version="0.0.4",
99
author="Jovan Mitrevski",
1010
author_email="j.p.mitrevski@gmail.com",
1111
description="A QtQuick backend for matplotlib",

0 commit comments

Comments
 (0)