Metadata-Version: 2.1
Name: pylustrator
Version: 1.3.0
Summary: Adds interactivity to arrange panels in matplotlib.
Home-page: https://github.com/rgerum/pylustrator
License: GPLv3
Author: rgerum
Author-email: 14153051+rgerum@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyQt5 (>=5.6)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: natsort (>=2.0.0)
Requires-Dist: numpy (>=1.0.3)
Requires-Dist: qtawesome (>=0.5.0)
Requires-Dist: scikit-image (>=0.7.0)
Project-URL: Repository, https://github.com/rgerum/pylustrator
Description-Content-Type: text/markdown

<h1 align="center">
<img alt="docs/images/logo.png" src="docs/images/logo.png" width="300">
</h1><br>


[![DOC](https://readthedocs.org/projects/pylustrator/badge/)](https://pylustrator.readthedocs.io)
[![PyTest](https://github.com/rgerum/pylustrator/actions/workflows/pytest.yml/badge.svg)](https://github.com/rgerum/pylustrator/actions/workflows/pytest.yml)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
[![DOI](https://img.shields.io/badge/DOI-10.21105/joss.01989-blue.svg)](https://doi.org/10.21105/joss.01989)



Pylustrator is a software to prepare your figures for publication in a reproducible way. This means you receive a figure
representing your data and alongside a generated code file that can exactly reproduce the figure as you put them in the
publication, without the need to readjust things in external programs.

Pylustrator offers an interactive interface to find the best way to present your data in a figure for publication.
Added formatting and styling can be saved by automatically generated code. To compose multiple figures to panels,
pylustrator can compose different subfigures to a single figure.

Please also refer to the [Documentation](https://pylustrator.readthedocs.io) for more information.

## Issues, Questions, and Suggestions

Please submit your questions, suggestions, and bug reports to the
[Issue Tracker](https://github.com/rgerum/pylustrator/issues)


## Contributing

You want to contribute? Great!
Contributing works best if you creat a pull request with your changes.

1. Fork the project.
2. Create a branch for your feature: `git checkout -b cool-new-feature`
3. Commit your changes: `git commit -am 'My new feature'`
4. Push to the branch: `git push origin cool-new-feature`
5. Submit a pull request!

If you are unfamilar with pull requests, you find more information on pull requests in the
 [github help](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)

