Engaging visualisations, made easy.
Key Features • Get Access • Installation • Usage • License
Key Features
- Plotapi Chord - Illustrate inter-relationships between data.
- Plotapi Sankey - Illustrate the flow from one set of values to another.
- Plotapi Terminus - Illustrate distributing something out amongst recipients.
- Plotapi Bar Fight - Illustrate distributing something out amongst recipients.
- Plotapi Confusion Matrix - Illustrate classifier performance interactively.
- Upcoming Visualisations - Access to new visualisations as they are introduced.
- Supports Most Programming Languages - Get started with any language able to make HTTP requests.
- First-Class Python Support - Get started with pip install plotapi
- Jupyter Lab Support - Super-charge your notebooks with inline visualisations.
- Beautiful Themes & Fonts - Select from pre-made beautiful themes, or add your own.
- Share or Embed Interactive HTML - Download and embed your interactive visualisations.
- Render to PDF, SVG, or PNG - Generate high-quality output ready for print.
- Record Animation to Video - Create social media-ready animated visualisations.
Get Access
Visit the website to get access to Plotapi.
Installation
Get up and running with Python with the following command.
pip install plotapi
Usage
Example - Chord Pro
Created with Plotapi
Chord(matrix, names).show()
The data
matrix = [
[0, 5, 6, 4, 7, 4],
[5, 0, 5, 4, 6, 5],
[6, 5, 0, 4, 5, 5],
[4, 4, 4, 0, 5, 5],
[7, 6, 5, 5, 0, 4],
[4, 5, 5, 5, 4, 0],
]
names = ["Action", "Adventure", "Comedy", "Drama", "Fantasy", "Thriller"]
Example - Sankey Pro
Created with Plotapi
Sankey(links).show()
The data
links = [
{"source":"Salary", "target":"Me", "value": 40000},
{"source":"Freelance", "target":"Me", "value": 10000},
{"source":"Dividends", "target":"Me", "value": 6000},
{"source":"Me", "target":"Rent", "value": 1100*12},
{"source":"Me", "target":"Food", "value": 300*12},
{"source":"Me", "target":"Magazine Subscription", "value": 2000},
{"source":"Me", "target":"Personal Tax", "value": 6000},
{"source":"Me", "target":"Investments", "value": 30000},
{"source":"Investments", "target":"Facebook", "value": 8000},
{"source":"Investments", "target":"Amazon", "value": 7000},
{"source":"Investments", "target":"Apple", "value": 6000},
{"source":"Investments", "target":"Netflix", "value": 5000},
{"source":"Investments", "target":"Google", "value": 4000},
]
License
MIT
plotapi.com · GitHub @shahinrostami · Twitter @shahinrostami
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plotapi-2.0.0.tar.gz
(4.4 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 plotapi-2.0.0.tar.gz.
File metadata
- Download URL: plotapi-2.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ac0a993bdcf90ac9157117a21a36b524c59c36d20651910fa67babddd762325
|
|
| MD5 |
c6a552c9a92d43ae15e313b2572055a3
|
|
| BLAKE2b-256 |
2ce804b83b047c94bda151fdf4d282753721de1db2aa80cb4244b3df80463d8b
|
File details
Details for the file plotapi-2.0.0-py3-none-any.whl.
File metadata
- Download URL: plotapi-2.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cd30a2102018b42acad036a953f3ef5e7e629fc59ea92ac3415f8c0c09ea2a8
|
|
| MD5 |
f67bf5b1d05c824d307cedc616fa1e2c
|
|
| BLAKE2b-256 |
fdce5cb6de8edeae9bef604f0956ee0ec85df47d78fcb24d9f49970cc6a0f516
|