Engaging plots, made easy.

Easily turn your data into engaging visualizations. Powerful API for coders. Powerful app for everyone.

main.py
notebook.ipynb
main.rs
from plotapi import Chord

Chord(matrix, names).show()

Introduction

Visualizations

Easily turn your data into engaging visualizations with PlotAPI's friendly interface — with or without code.


Select a visualization type below to see more information.

  • Chord

    Illustrate inter-relationships between data.

  • Split Chord

    Illustrate inter-relationships between bipartite data.

  • Sankey

    Illustrate the flow from one set of values to another.

  • Pie Fight

    A beautiful take on the classic Pie Chart Race

  • Bar Fight

    A beautiful take on the classic Bar Chart Race!

  • Line Fight

    A beautiful take on the classic Line Chart Race!

  • Terminus

    Illustrate sharing something out amongst recipients.

  • Heat Map

    A beautiful and interactive take on Heat Maps.

  • Pareto Front

    Illustrate non-dominated (Pareto) fronts over time.

  • Goal Rush

    Illustrate progress toward a goal over time.

Previous
Getting started