Metadata-Version: 2.1
Name: pyplots
Version: 0.0.9
Summary: Wraps matplotlib for easier plotting.
Home-page: https://github.com/jakkes/plots
Author: Jakob Stigenberg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (~=3.4.3)

# PyPlots
[![Build Status](http://drone.jakke.se/api/badges/jakkes/pyplots/status.svg)](http://drone.jakke.se/jakkes/pyplots)

Wraps matplotlib into easier plotting utilities. 

## Installation
```
pip install pyplots
```

## Documentation
https://jakkes.github.io/pyplots/

## Examples
https://github.com/jakkes/pyplots/tree/main/examples


