Skip to content

visualization library built ontop of matplotlib & seaborn

License

Notifications You must be signed in to change notification settings

oluwoleilesanmi/pluto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluto

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

-----------------------------------------------------

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

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

Email Badge LinkedIn Badge GitHub Badge

-----------------------------------------------------

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

About

visualization library built ontop of matplotlib & seaborn

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages