https://github.com/xxao/perrot
Plotting extension of the pero library
https://github.com/xxao/perrot
plotting python visualization
Last synced: 4 months ago
JSON representation
Plotting extension of the pero library
- Host: GitHub
- URL: https://github.com/xxao/perrot
- Owner: xxao
- License: mit
- Created: 2021-10-01T16:19:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-08T18:16:45.000Z (11 months ago)
- Last Synced: 2025-12-16T16:15:48.475Z (7 months ago)
- Topics: plotting, python, visualization
- Language: Python
- Homepage:
- Size: 1.25 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perrot
The *perrot* library is an extension of the original [*pero*](https://github.com/xxao/pero/) drawing library
to make simple plots and charts. Please see the [examples](https://github.com/xxao/perrot/tree/master/examples) folder
or in-code documentation of classes and functions to learn more about the *perrot* library capabilities.
I also strongly recommend to check details of the [*pero*](https://github.com/xxao/pero/) itself.
## Requirements
- [Python 3.6+](https://www.python.org)
- [Numpy](https://pypi.org/project/numpy/)
- [Pero](https://github.com/xxao/pero/)
## Installation
The *perrot* library is fully implemented in Python. No additional compiler is necessary. After downloading the source
code just run the following command from the *perrot* folder:
```$ python setup.py install```
or simply use pip
```$ pip install perrot```
## Examples
In the [examples](https://github.com/xxao/perrot/tree/master/examples) folder you will find sample codes to generate and
understand all the following images. Check the image name and find corresponding python draw file.
## Disclaimer
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Please note that the *pero* library is still in an alpha state. Any changes in its API may occur.