Skip to main content

Python plotting APIs

Project description

Plotter

A sane plotting and charting API with pluggable backends.

Quickstart

import plotter as pltr
pltr.set_backend(pltr.MatplotlibBackend)

nodes = ['master', 'worker1', 'worker2']
cpus = [0.1, 0.6, 0.4]
cpusbar = pltr.VerticalBar(categories=nodes, values=cpus)
pltr.show_plot('CPU Performance', cpusbar)

For more details see the Homepage

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

avilabs-plotter-1.1.0.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file avilabs-plotter-1.1.0.tar.gz.

File metadata

  • Download URL: avilabs-plotter-1.1.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2

File hashes

Hashes for avilabs-plotter-1.1.0.tar.gz
Algorithm Hash digest
SHA256 83aab23542d89bf2eba74c5ed828f19281307b85d40d7bfd6d8f4c37d1f5cf92
MD5 fef7aef8b990e33fd1723af430eba1e9
BLAKE2b-256 514053f7e6a71dd85ba8bc96d043fe2a00f3282c4054e719f9b8ef2129b582d7

See more details on using hashes here.

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