pandas_alive.plotting

Description

Plotting implementations for accessor to Pandas.DataFrame & multiple animated plots

Implementation of accessor to pass args and kwargs from accessor function to chart constructors.

Example

df.plot_animated()

Classes

AnimatedAccessor(data)

For including accessor on df, to enable df.plot_animated()

BasePlotMethods(data)

For extending accessor to pandas DataFrame

Functions

animate_multiple_plots(filename, plots[, …])

Plot multiple animated subplots with plt.subplots().

get_allowed_kinds()

Get list of implemented charts

plot(input_df[, filename, kind, …])

Create animated charts with matplotlib and pandas

verify_filename(filename)

Check file name is accurate