Metadata-Version: 2.4
Name: matplotlib-backend-pyside2
Version: 0.0.11
Summary: Backend to use matplotlib in qml
Author-email: Nicklas Osmers <nosmers@qass.net>
Project-URL: Homepage, https://github.com/QASS/matplotlib-backend-pyside2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.3.3
Requires-Dist: matplotlib<3.7
Provides-Extra: pyside2
Requires-Dist: PySide2; extra == "pyside2"
Dynamic: license-file

# Acknowledgement

This is a fork from [Jovan Mitrevski](https://github.com/jmitrevs/matplotlib_backend_qtquick).
All credit for this project goes to him. 

This fork removes the dependency on PyQt.

## Installation

Since we include a fixed version of PySide2 on our measurement devices, the `PySide2` package is handled as an optional dependency. Do not install or update `PySide2` on an Optimizer4D device since it will most likely break the Analyzer4D software!

Installation on a device without the Analyzer4D software:
```sh
pip install matplotlib_backend_pyside2[pyside2]
```
