Metadata-Version: 2.3
Name: jlop
Version: 0.0.4
Summary: Just LOvely Plots
License: MIT
Author: curritod
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib (>=3.10.1,<4.0.0)
Requires-Dist: numpy (>=2.2.5,<3.0.0)
Description-Content-Type: text/markdown

# JLoP

<p align="center">
<img src="logo/jlop_logo_final.png" alt="GraviPy Logo" width="60%">
</p>

**J**ust **LO**vely  **P**lots is a Python package that offers a a quick and easy way of making publication quality plots.

## Instalation

The package can be installed directly from pip

```bash
pip install jlop
```

## Usage

To use the packagage, just import it and load your desired style.

```python
import jlop
jlop.set_style('modern')
```

The current avaliable styles are

- `modern` (default)
- `classic`
- `retro`
- `futuristic`
- `handwritten`

## Known Issues

In some machines, for the Latex rendering to work, the following packages might need to be installed:

- `texlive` 
- `texlive-latex-extra` 
- `dvipng`
- `cm-super`

