diff options
| author | Sacha Schutz <sacha@labsquare.org> | 2021-01-17 19:36:08 +0100 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2021-04-15 19:18:48 +0000 |
| commit | ff35c0726df3463e7e0f4d9a6cee19b7c55aae30 (patch) | |
| tree | b3486294d5976a7974d6d1c470bbf757ae202a95 /examples/external/matplotlib/widget3d/widget3d.pyproject | |
| parent | b1d79cd3f8bc536250e96bb8c930d7b27bca8f1d (diff) | |
Add new matplotlib example and rearrange dirs
I add a widget showing a 2D gaussian with 2 inputs to adjust mu and sigma
Task-number: PYSIDE-841
Change-Id: I602b07943ebeb007332bc77c4372ef5a1db20422
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit cf82fcabfd5b7d4168c9088a2c3f0236231f68ab)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/external/matplotlib/widget3d/widget3d.pyproject')
| -rw-r--r-- | examples/external/matplotlib/widget3d/widget3d.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/external/matplotlib/widget3d/widget3d.pyproject b/examples/external/matplotlib/widget3d/widget3d.pyproject new file mode 100644 index 000000000..6b25c5be7 --- /dev/null +++ b/examples/external/matplotlib/widget3d/widget3d.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["widget3d.py"] +} |
