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 - A beautiful take on the classic Bar Chart Race.
- PlotAPI Pie Fight - A beautiful take on the classic Pie Chart Race.
- PlotAPI Heat Map - Beautiful and interactive heat maps.
- PlotAPI Line Fight - A beautiful take on the classic Line Chart Race.
- PlotAPI Pareto Front - Illustrate non-dominated (Pareto) fronts over time.
- 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/Notebook + Google Colab 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.
- Upload and Share - Upload and share your visualisations, privately or publicly.
- Render to PDF, SVG, or PNG - Generate high-quality output ready for print.
- Record Animation to MP4 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
Prefer not to code? Try the App at PlotAPI.com
plotapi.com · GitHub @shahinrostami · Twitter @shahinrostami · A Polyra innovation
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plotapi-6.1.2.tar.gz
(5.7 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-6.1.2.tar.gz.
File metadata
- Download URL: plotapi-6.1.2.tar.gz
- Upload date:
- Size: 5.7 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 |
5b2f6cbe48b4b413605da919e23f2a0c21157e037184b1976b76f161b6dd2583
|
|
| MD5 |
c5272c237f1b3706238715cd6f9f8d52
|
|
| BLAKE2b-256 |
0c884f15e0a4ef6b7265f437df2aa8b8479b679dc2000d1b6486daf9d8091576
|
File details
Details for the file plotapi-6.1.2-py3-none-any.whl.
File metadata
- Download URL: plotapi-6.1.2-py3-none-any.whl
- Upload date:
- Size: 5.6 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 |
85bd21ab2f3162d5a486bf1d6c3f3f88bb1b8e483035b00db9d72a04fb402a64
|
|
| MD5 |
2988fd1b11a38aed14fc668134aeb977
|
|
| BLAKE2b-256 |
fa615374808bea7e71b55e9b4793452cd603a3dad4cd57d8efc72189a6b65827
|