Create waterfall charts.
Project description
Waterfall Chart in Python
The waterfall_ax library creates flexible waterfall charts based on matplotlib.
It provides flexible controls over your plot. For details please refer to the waterfall_ax repo.
A Simple Example
Sample code:
from waterfall_ax import WaterfallChart
# Cumulative values
step_values = [80, 70, 90, 85, 60, 50]
# Plot
waterfall = WaterfallChart(step_values)
wf_ax = waterfall.plot_waterfall(title='A Simple Example')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
waterfall_ax-1.0.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file waterfall_ax-1.0.0.tar.gz.
File metadata
- Download URL: waterfall_ax-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b28f58073441df9aa6cf5888af59896dacfc1e9562db5c9502ac458558ed93b5
|
|
| MD5 |
f6765ff07d58906daca4b215a7038eb3
|
|
| BLAKE2b-256 |
c8cfa45c1e3c5a27683c3af8a98cf5c0cf978b0c0887e216e1f34f01638e5862
|
File details
Details for the file waterfall_ax-1.0.0-py3-none-any.whl.
File metadata
- Download URL: waterfall_ax-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d1b5a59bd62cb7a2627f6dd71d39173955a489ea05e9838060c83a7136e3489
|
|
| MD5 |
b5319be7cf85405c7edca0c4a2dfb39b
|
|
| BLAKE2b-256 |
2fd413a0b879150a4ff438e6871ae373588a6f2935609cb636706066a9d4c73c
|