pandas_alive.charts

Description

Implementations of support chart types

This module contains functions for chart types.

Classes

BarChart(df, interpolate_period, …)

Animated Bar Chart implementation

BarChartRace(df, interpolate_period, …)

BarChart implementation for bar chart races

BubbleChart(df, interpolate_period, …)

Multivariate Bubble charts from MultiIndex

LineChart(df, interpolate_period, …)

Animated Line Chart implementation

PieChart(df, interpolate_period, …)

Animated Pie Chart implementation

ScatterChart(df, interpolate_period, …)

ScatterChart to be generate animated plot with matplotlib.pyplot.axes.scatter