Metadata-Version: 2.4
Name: stemplot
Version: 0.1.0
Summary: A Python library for scientific plot
Author-email: Jiadong Dan <jiadong.dan@u.nus.edu>
License: MIT
Project-URL: Homepage, https://github.com/jiadongdan/stemplot
Keywords: stemplot,visualization,STEM,microscopy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.18.0
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: mpl_chord_diagram
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

![Logo](logo/logo_h.png)

# stemplot: plot and visualization code for scientific publication.

Welcome to **stemplot**, a powerful and user-friendly tool designed for creating high-quality plots and visualizations suitable for scientific publications.

## Installation🛠️

```bash
pip install git+https://github.com/jiadongdan/stemplot.git
```

## How to use stemplot👨‍🏫

* 📘[arrows]()
* 🔧[layout]()
* 🧩[patches]()

## License⚖️

`stemplot` is licensed under the MIT License. For more details, see the [LICENSE](https://github.com/jiadongdan/motif-learn/blob/main/LICENSE.txt) file.
