Skip to main content

visualization

Project description

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 :star: (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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plutoplots-0.4.8.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

plutoplots-0.4.8-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page