Pandas_Alive 0.2.3¶
Animated plotting extension for Pandas with Matplotlib
Pandas_alive
is intended to provide a plotting backend for animated matplotlib charts for Pandas DataFrames, similar to the already existing Visualization feature of Pandas.
With Pandas_alive
, creating stunning, animated visualisations is as easy as calling:
df.plot_animated()
- API Reference
- plot
- pandas_alive.plotting
- pandas_alive.base
- pandas_alive._base_chart
- pandas_alive.charts
- BarChart
- BarChart.__init__
- BarChart.anim_func
- BarChart.apply_style
- BarChart.calculate_new_figsize
- BarChart.clearing
- BarChart.create_figure
- BarChart.get_colors
- BarChart.get_data_cols
- BarChart.get_frames
- BarChart.get_html5_video
- BarChart.get_interpolated_df
- BarChart.get_period_label
- BarChart.get_single_color
- BarChart.init_func
- BarChart.make_animation
- BarChart.plot_bars
- BarChart.rename_data_columns
- BarChart.save
- BarChart.set_x_y_limits
- BarChart.setup_progress_bar
- BarChart.show_period
- BarChart.update_progress_bar
- BarChart.validate_params
- BarChartRace
- BarChartRace.__init__
- BarChartRace.anim_func
- BarChartRace.apply_style
- BarChartRace.calculate_new_figsize
- BarChartRace.calculate_ranks
- BarChartRace.clearing
- BarChartRace.create_figure
- BarChartRace.get_colors
- BarChartRace.get_data_cols
- BarChartRace.get_frames
- BarChartRace.get_html5_video
- BarChartRace.get_interpolated_df
- BarChartRace.get_label_position
- BarChartRace.get_period_label
- BarChartRace.get_single_color
- BarChartRace.init_func
- BarChartRace.make_animation
- BarChartRace.plot_bars
- BarChartRace.rename_data_columns
- BarChartRace.save
- BarChartRace.set_x_y_limits
- BarChartRace.setup_progress_bar
- BarChartRace.show_period
- BarChartRace.update_progress_bar
- BarChartRace.validate_params
- BubbleChart
- BubbleChart.__init__
- BubbleChart.anim_func
- BubbleChart.apply_style
- BubbleChart.calculate_new_figsize
- BubbleChart.clearing
- BubbleChart.create_figure
- BubbleChart.get_colors
- BubbleChart.get_data_cols
- BubbleChart.get_frames
- BubbleChart.get_html5_video
- BubbleChart.get_interpolated_df
- BubbleChart.get_period_label
- BubbleChart.get_single_color
- BubbleChart.init_func
- BubbleChart.make_animation
- BubbleChart.plot_point
- BubbleChart.rename_data_columns
- BubbleChart.save
- BubbleChart.set_x_y_limits
- BubbleChart.setup_progress_bar
- BubbleChart.show_period
- BubbleChart.update_progress_bar
- BubbleChart.validate_params
- LineChart
- LineChart.__init__
- LineChart.anim_func
- LineChart.apply_style
- LineChart.calculate_new_figsize
- LineChart.clearing
- LineChart.create_figure
- LineChart.get_colors
- LineChart.get_data_cols
- LineChart.get_frames
- LineChart.get_html5_video
- LineChart.get_interpolated_df
- LineChart.get_period_label
- LineChart.get_single_color
- LineChart.init_func
- LineChart.make_animation
- LineChart.plot_line
- LineChart.rename_data_columns
- LineChart.save
- LineChart.set_x_y_limits
- LineChart.setup_progress_bar
- LineChart.show_period
- LineChart.update_progress_bar
- LineChart.validate_params
- PieChart
- PieChart.__init__
- PieChart.anim_func
- PieChart.apply_style
- PieChart.calculate_new_figsize
- PieChart.clearing
- PieChart.create_figure
- PieChart.get_colors
- PieChart.get_data_cols
- PieChart.get_frames
- PieChart.get_html5_video
- PieChart.get_interpolated_df
- PieChart.get_period_label
- PieChart.get_single_color
- PieChart.init_func
- PieChart.make_animation
- PieChart.plot_wedge
- PieChart.rename_data_columns
- PieChart.save
- PieChart.set_x_y_limits
- PieChart.setup_progress_bar
- PieChart.show_period
- PieChart.update_progress_bar
- PieChart.validate_params
- ScatterChart
- ScatterChart.__init__
- ScatterChart.anim_func
- ScatterChart.apply_style
- ScatterChart.calculate_new_figsize
- ScatterChart.clearing
- ScatterChart.create_figure
- ScatterChart.get_colors
- ScatterChart.get_data_cols
- ScatterChart.get_frames
- ScatterChart.get_html5_video
- ScatterChart.get_interpolated_df
- ScatterChart.get_period_label
- ScatterChart.get_single_color
- ScatterChart.init_func
- ScatterChart.make_animation
- ScatterChart.plot_point
- ScatterChart.rename_data_columns
- ScatterChart.save
- ScatterChart.set_x_y_limits
- ScatterChart.setup_progress_bar
- ScatterChart.show_period
- ScatterChart.update_progress_bar
- ScatterChart.validate_params
- BarChart
- __init__
Modules