An open API service indexing awesome lists of open source software.

https://github.com/oluwoleilesanmi/pluto

visualization library built ontop of matplotlib & seaborn
https://github.com/oluwoleilesanmi/pluto

matplotlib oop python seaborn

Last synced: 3 months ago
JSON representation

visualization library built ontop of matplotlib & seaborn

Awesome Lists containing this project

README

          



Pluto


Visualization library for easier plotting built on top of Seaborn and Matplotlib.

![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)


If you like the repo, please feel free to give it a :star: (top right). Cheers!

For more information about the author, see below links to get in touch:

[![Email Badge](https://img.shields.io/badge/-Gmail-D14836?style=flat&logo=gmail&logoColor=white)](mailto:oluwoleilesanmi@gmail.com)
[![LinkedIn Badge](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/oluwoleilesanmi)
[![GitHub Badge](https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white)](https://github.com/oluwoleilesanmi)

![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

#### How to run
```
$ pip install pluto
```

```
# create custom bar_plot
bar_plot = Barplot()
# configuring custom bar_plot
bar_plot.shape(dim=(10, 5))
.create('x_col', 'y_col', table, hue='z_col', c=None)
.grid()
.spine()
.tick(left=True, labelleft=True, bottom=True, labelbottom=True)
.label('x axis', 'y axis', 'title')
.render()

```
#### Illustrations
- *TBI*