Metadata-Version: 2.1
Name: matplotlibqml
Version: 0.90
Summary: Matplotlib Mini QML Backend
Home-page: https://github.com/medlab/matplotlibqml
Author: Cong Zhang
Author-email: congzhangzh@gmail.com
Maintainer: Cong Zhang
Maintainer-email: congzhangzh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PySide6
Requires-Dist: matplotlib

A matplotlib backend always base on the latest QT for Python, no compatible will be care

Focus on Qt 6 for Python and QML way for the first release

The first version mainly base on https://github.com/jmitrevs/matplotlib_backend_qtquick

The module can run itself which will run a demo application.

# 你好

![](https://raw.githubusercontent.com/medlab/matplotlibqml/main/hello.gif)


Credit:
=================
    1. https://github.com/fcollonval/matplotlib_qtquick_playground
    2. https://github.com/jmitrevs/matplotlib_backend_qtquick
    3. Some weekend play for fun self Python project

