CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
NOTES_FOR_MAINTAINERS.md
README.md
RELEASING.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
altair/__init__.py
altair/_magics.py
altair/datasets.py
altair.egg-info/PKG-INFO
altair.egg-info/SOURCES.txt
altair.egg-info/dependency_links.txt
altair.egg-info/requires.txt
altair.egg-info/top_level.txt
altair/.ipynb_checkpoints/__init__-checkpoint.py
altair/expr/__init__.py
altair/expr/consts.py
altair/expr/core.py
altair/expr/funcs.py
altair/utils/__init__.py
altair/utils/core.py
altair/utils/data.py
altair/utils/deprecation.py
altair/utils/display.py
altair/utils/execeval.py
altair/utils/html.py
altair/utils/mimebundle.py
altair/utils/plugin_registry.py
altair/utils/save.py
altair/utils/schemapi.py
altair/utils/server.py
altair/utils/theme.py
altair/vegalite/__init__.py
altair/vegalite/api.py
altair/vegalite/data.py
altair/vegalite/display.py
altair/vegalite/schema.py
altair/vegalite/v5/__init__.py
altair/vegalite/v5/api.py
altair/vegalite/v5/data.py
altair/vegalite/v5/display.py
altair/vegalite/v5/theme.py
altair/vegalite/v5/.ipynb_checkpoints/api-checkpoint.py
altair/vegalite/v5/.ipynb_checkpoints/display-checkpoint.py
altair/vegalite/v5/schema/__init__.py
altair/vegalite/v5/schema/channels.py
altair/vegalite/v5/schema/core.py
altair/vegalite/v5/schema/mixins.py
altair/vegalite/v5/schema/vega-lite-schema.json
altair/vegalite/v5/schema/.ipynb_checkpoints/__init__-checkpoint.py
sphinxext/__init__.py
sphinxext/altairgallery.py
sphinxext/altairplot.py
sphinxext/schematable.py
sphinxext/utils.py
tests/__init__.py
tests/test_toplevel.py
tests/examples_arguments_syntax/__init__.py
tests/examples_arguments_syntax/airport_connections.py
tests/examples_arguments_syntax/annual_weather_heatmap.py
tests/examples_arguments_syntax/anscombe_plot.py
tests/examples_arguments_syntax/area_chart_gradient.py
tests/examples_arguments_syntax/bar_and_line_with_dual_axis.py
tests/examples_arguments_syntax/bar_chart_horizontal.py
tests/examples_arguments_syntax/bar_chart_sorted.py
tests/examples_arguments_syntax/bar_chart_trellis_compact.py
tests/examples_arguments_syntax/bar_chart_with_highlighted_bar.py
tests/examples_arguments_syntax/bar_chart_with_highlighted_segment.py
tests/examples_arguments_syntax/bar_chart_with_labels.py
tests/examples_arguments_syntax/bar_chart_with_mean_line.py
tests/examples_arguments_syntax/bar_chart_with_negatives.py
tests/examples_arguments_syntax/bar_rounded.py
tests/examples_arguments_syntax/bar_with_rolling_mean.py
tests/examples_arguments_syntax/beckers_barley_trellis_plot.py
tests/examples_arguments_syntax/beckers_barley_wrapped_facet.py
tests/examples_arguments_syntax/boxplot.py
tests/examples_arguments_syntax/bubble_plot.py
tests/examples_arguments_syntax/bump_chart.py
tests/examples_arguments_syntax/candlestick_chart.py
tests/examples_arguments_syntax/choropleth.py
tests/examples_arguments_syntax/choropleth_repeat.py
tests/examples_arguments_syntax/co2_concentration.py
tests/examples_arguments_syntax/comet_chart.py
tests/examples_arguments_syntax/connected_scatterplot.py
tests/examples_arguments_syntax/cumulative_count_chart.py
tests/examples_arguments_syntax/dendrogram.py
tests/examples_arguments_syntax/density_facet.py
tests/examples_arguments_syntax/density_stack.py
tests/examples_arguments_syntax/diverging_stacked_bar_chart.py
tests/examples_arguments_syntax/donut_chart.py
tests/examples_arguments_syntax/dot_dash_plot.py
tests/examples_arguments_syntax/empirical_cumulative_distribution_function.py
tests/examples_arguments_syntax/errorbars_with_ci.py
tests/examples_arguments_syntax/errorbars_with_std.py
tests/examples_arguments_syntax/falkensee.py
tests/examples_arguments_syntax/filled_step_chart.py
tests/examples_arguments_syntax/gantt_chart.py
tests/examples_arguments_syntax/gapminder_bubble_plot.py
tests/examples_arguments_syntax/groupby-map.py
tests/examples_arguments_syntax/grouped_bar_chart.py
tests/examples_arguments_syntax/grouped_bar_chart2.py
tests/examples_arguments_syntax/grouped_bar_chart_horizontal.py
tests/examples_arguments_syntax/grouped_bar_chart_with_error_bars.py
tests/examples_arguments_syntax/heat_lane.py
tests/examples_arguments_syntax/hexbins.py
tests/examples_arguments_syntax/histogram_heatmap.py
tests/examples_arguments_syntax/histogram_responsive.py
tests/examples_arguments_syntax/histogram_scatterplot.py
tests/examples_arguments_syntax/histogram_with_a_global_mean_overlay.py
tests/examples_arguments_syntax/horizon_graph.py
tests/examples_arguments_syntax/horizontal_stacked_bar_chart.py
tests/examples_arguments_syntax/image_tooltip.py
tests/examples_arguments_syntax/interactive_brush.py
tests/examples_arguments_syntax/interactive_cross_highlight.py
tests/examples_arguments_syntax/interactive_layered_crossfilter.py
tests/examples_arguments_syntax/interactive_legend.py
tests/examples_arguments_syntax/interactive_scatter_plot.py
tests/examples_arguments_syntax/interval_selection.py
tests/examples_arguments_syntax/iowa_electricity.py
tests/examples_arguments_syntax/isotype.py
tests/examples_arguments_syntax/isotype_emoji.py
tests/examples_arguments_syntax/isotype_grid.py
tests/examples_arguments_syntax/lasagna_plot.py
tests/examples_arguments_syntax/layer_line_color_rule.py
tests/examples_arguments_syntax/layered_area_chart.py
tests/examples_arguments_syntax/layered_bar_chart.py
tests/examples_arguments_syntax/layered_chart_bar_mark.py
tests/examples_arguments_syntax/layered_chart_with_dual_axis.py
tests/examples_arguments_syntax/layered_heatmap_text.py
tests/examples_arguments_syntax/layered_histogram.py
tests/examples_arguments_syntax/line_chart_with_color_datum.py
tests/examples_arguments_syntax/line_chart_with_cumsum.py
tests/examples_arguments_syntax/line_chart_with_custom_legend.py
tests/examples_arguments_syntax/line_chart_with_datum.py
tests/examples_arguments_syntax/line_chart_with_generator.py
tests/examples_arguments_syntax/line_chart_with_interpolation.py
tests/examples_arguments_syntax/line_chart_with_points.py
tests/examples_arguments_syntax/line_chart_with_points_stroked.py
tests/examples_arguments_syntax/line_percent.py
tests/examples_arguments_syntax/line_with_ci.py
tests/examples_arguments_syntax/line_with_last_value_labeled.py
tests/examples_arguments_syntax/line_with_log_scale.py
tests/examples_arguments_syntax/london_tube.py
tests/examples_arguments_syntax/mosaic_with_labels.py
tests/examples_arguments_syntax/multi_series_line.py
tests/examples_arguments_syntax/multifeature_scatter_plot.py
tests/examples_arguments_syntax/multiline_highlight.py
tests/examples_arguments_syntax/multiline_tooltip.py
tests/examples_arguments_syntax/multiple_interactions.py
tests/examples_arguments_syntax/natural_disasters.py
tests/examples_arguments_syntax/normalized_stacked_area_chart.py
tests/examples_arguments_syntax/normalized_stacked_bar_chart.py
tests/examples_arguments_syntax/normed_parallel_coordinates.py
tests/examples_arguments_syntax/one_dot_per_zipcode.py
tests/examples_arguments_syntax/pacman_chart.py
tests/examples_arguments_syntax/parallel_coordinates.py
tests/examples_arguments_syntax/percentage_of_total.py
tests/examples_arguments_syntax/pie_chart.py
tests/examples_arguments_syntax/pie_chart_with_labels.py
tests/examples_arguments_syntax/point_map.py
tests/examples_arguments_syntax/poly_fit_regression.py
tests/examples_arguments_syntax/pyramid.py
tests/examples_arguments_syntax/radial_chart.py
tests/examples_arguments_syntax/ranged_dot_plot.py
tests/examples_arguments_syntax/ridgeline_plot.py
tests/examples_arguments_syntax/scatter_href.py
tests/examples_arguments_syntax/scatter_linked_brush.py
tests/examples_arguments_syntax/scatter_linked_table.py
tests/examples_arguments_syntax/scatter_marginal_hist.py
tests/examples_arguments_syntax/scatter_matrix.py
tests/examples_arguments_syntax/scatter_qq.py
tests/examples_arguments_syntax/scatter_tooltips.py
tests/examples_arguments_syntax/scatter_with_histogram.py
tests/examples_arguments_syntax/scatter_with_labels.py
tests/examples_arguments_syntax/scatter_with_layered_histogram.py
tests/examples_arguments_syntax/scatter_with_loess.py
tests/examples_arguments_syntax/scatter_with_minimap.py
tests/examples_arguments_syntax/scatter_with_rolling_mean.py
tests/examples_arguments_syntax/seattle_weather_interactive.py
tests/examples_arguments_syntax/select_detail.py
tests/examples_arguments_syntax/select_mark_area.py
tests/examples_arguments_syntax/selection_histogram.py
tests/examples_arguments_syntax/selection_layer_bar_month.py
tests/examples_arguments_syntax/simple_bar_chart.py
tests/examples_arguments_syntax/simple_heatmap.py
tests/examples_arguments_syntax/simple_histogram.py
tests/examples_arguments_syntax/simple_line_chart.py
tests/examples_arguments_syntax/simple_scatter_with_errorbars.py
tests/examples_arguments_syntax/simple_stacked_area_chart.py
tests/examples_arguments_syntax/slider_cutoff.py
tests/examples_arguments_syntax/slope_graph.py
tests/examples_arguments_syntax/sorted_error_bars_with_ci.py
tests/examples_arguments_syntax/stacked_bar_chart.py
tests/examples_arguments_syntax/stacked_bar_chart_sorted_segments.py
tests/examples_arguments_syntax/stacked_bar_chart_with_text.py
tests/examples_arguments_syntax/stem_and_leaf.py
tests/examples_arguments_syntax/step_chart.py
tests/examples_arguments_syntax/streamgraph.py
tests/examples_arguments_syntax/strip_plot.py
tests/examples_arguments_syntax/strip_plot_jitter.py
tests/examples_arguments_syntax/table_bubble_plot_github.py
tests/examples_arguments_syntax/top_k_items.py
tests/examples_arguments_syntax/top_k_letters.py
tests/examples_arguments_syntax/top_k_with_others.py
tests/examples_arguments_syntax/trail_marker.py
tests/examples_arguments_syntax/trellis_area.py
tests/examples_arguments_syntax/trellis_area_sort_array.py
tests/examples_arguments_syntax/trellis_histogram.py
tests/examples_arguments_syntax/trellis_scatter_plot.py
tests/examples_arguments_syntax/trellis_stacked_bar_chart.py
tests/examples_arguments_syntax/us_employment.py
tests/examples_arguments_syntax/us_incomebrackets_by_state_facet.py
tests/examples_arguments_syntax/us_population_over_time.py
tests/examples_arguments_syntax/us_population_over_time_facet.py
tests/examples_arguments_syntax/us_population_pyramid_over_time.py
tests/examples_arguments_syntax/us_state_capitals.py
tests/examples_arguments_syntax/violin_plot.py
tests/examples_arguments_syntax/waterfall_chart.py
tests/examples_arguments_syntax/wheat_wages.py
tests/examples_arguments_syntax/wilkinson-dot-plot.py
tests/examples_arguments_syntax/wind_vector_map.py
tests/examples_arguments_syntax/window_rank.py
tests/examples_arguments_syntax/world_map.py
tests/examples_arguments_syntax/world_projections.py
tests/examples_methods_syntax/__init__.py
tests/examples_methods_syntax/airport_connections.py
tests/examples_methods_syntax/annual_weather_heatmap.py
tests/examples_methods_syntax/anscombe_plot.py
tests/examples_methods_syntax/bar_chart_trellis_compact.py
tests/examples_methods_syntax/beckers_barley_trellis_plot.py
tests/examples_methods_syntax/beckers_barley_wrapped_facet.py
tests/examples_methods_syntax/bump_chart.py
tests/examples_methods_syntax/candlestick_chart.py
tests/examples_methods_syntax/co2_concentration.py
tests/examples_methods_syntax/comet_chart.py
tests/examples_methods_syntax/connected_scatterplot.py
tests/examples_methods_syntax/density_stack.py
tests/examples_methods_syntax/diverging_stacked_bar_chart.py
tests/examples_methods_syntax/donut_chart.py
tests/examples_methods_syntax/errorbars_with_ci.py
tests/examples_methods_syntax/errorbars_with_std.py
tests/examples_methods_syntax/falkensee.py
tests/examples_methods_syntax/gapminder_bubble_plot.py
tests/examples_methods_syntax/groupby-map.py
tests/examples_methods_syntax/grouped_bar_chart2.py
tests/examples_methods_syntax/grouped_bar_chart_with_error_bars.py
tests/examples_methods_syntax/heat_lane.py
tests/examples_methods_syntax/hexbins.py
tests/examples_methods_syntax/histogram_heatmap.py
tests/examples_methods_syntax/histogram_responsive.py
tests/examples_methods_syntax/histogram_scatterplot.py
tests/examples_methods_syntax/histogram_with_a_global_mean_overlay.py
tests/examples_methods_syntax/horizon_graph.py
tests/examples_methods_syntax/interactive_cross_highlight.py
tests/examples_methods_syntax/interactive_layered_crossfilter.py
tests/examples_methods_syntax/interactive_legend.py
tests/examples_methods_syntax/interval_selection.py
tests/examples_methods_syntax/iowa_electricity.py
tests/examples_methods_syntax/isotype.py
tests/examples_methods_syntax/isotype_emoji.py
tests/examples_methods_syntax/isotype_grid.py
tests/examples_methods_syntax/lasagna_plot.py
tests/examples_methods_syntax/layered_area_chart.py
tests/examples_methods_syntax/layered_bar_chart.py
tests/examples_methods_syntax/layered_chart_with_dual_axis.py
tests/examples_methods_syntax/layered_heatmap_text.py
tests/examples_methods_syntax/layered_histogram.py
tests/examples_methods_syntax/line_chart_with_color_datum.py
tests/examples_methods_syntax/line_chart_with_cumsum.py
tests/examples_methods_syntax/line_chart_with_custom_legend.py
tests/examples_methods_syntax/line_percent.py
tests/examples_methods_syntax/line_with_ci.py
tests/examples_methods_syntax/line_with_last_value_labeled.py
tests/examples_methods_syntax/line_with_log_scale.py
tests/examples_methods_syntax/london_tube.py
tests/examples_methods_syntax/mosaic_with_labels.py
tests/examples_methods_syntax/multifeature_scatter_plot.py
tests/examples_methods_syntax/multiline_highlight.py
tests/examples_methods_syntax/multiline_tooltip.py
tests/examples_methods_syntax/multiple_interactions.py
tests/examples_methods_syntax/natural_disasters.py
tests/examples_methods_syntax/normalized_stacked_area_chart.py
tests/examples_methods_syntax/normalized_stacked_bar_chart.py
tests/examples_methods_syntax/pacman_chart.py
tests/examples_methods_syntax/parallel_coordinates.py
tests/examples_methods_syntax/percentage_of_total.py
tests/examples_methods_syntax/pie_chart.py
tests/examples_methods_syntax/pie_chart_with_labels.py
tests/examples_methods_syntax/poly_fit_regression.py
tests/examples_methods_syntax/pyramid.py
tests/examples_methods_syntax/radial_chart.py
tests/examples_methods_syntax/ranged_dot_plot.py
tests/examples_methods_syntax/ridgeline_plot.py
tests/examples_methods_syntax/scatter_linked_table.py
tests/examples_methods_syntax/scatter_marginal_hist.py
tests/examples_methods_syntax/scatter_with_layered_histogram.py
tests/examples_methods_syntax/scatter_with_minimap.py
tests/examples_methods_syntax/scatter_with_rolling_mean.py
tests/examples_methods_syntax/seattle_weather_interactive.py
tests/examples_methods_syntax/select_detail.py
tests/examples_methods_syntax/simple_scatter_with_errorbars.py
tests/examples_methods_syntax/sorted_error_bars_with_ci.py
tests/examples_methods_syntax/stacked_bar_chart_sorted_segments.py
tests/examples_methods_syntax/stacked_bar_chart_with_text.py
tests/examples_methods_syntax/stem_and_leaf.py
tests/examples_methods_syntax/streamgraph.py
tests/examples_methods_syntax/strip_plot_jitter.py
tests/examples_methods_syntax/top_k_items.py
tests/examples_methods_syntax/top_k_letters.py
tests/examples_methods_syntax/top_k_with_others.py
tests/examples_methods_syntax/trellis_area_sort_array.py
tests/examples_methods_syntax/trellis_histogram.py
tests/examples_methods_syntax/us_employment.py
tests/examples_methods_syntax/us_population_over_time.py
tests/examples_methods_syntax/us_population_over_time_facet.py
tests/examples_methods_syntax/us_population_pyramid_over_time.py
tests/examples_methods_syntax/us_state_capitals.py
tests/examples_methods_syntax/violin_plot.py
tests/examples_methods_syntax/wheat_wages.py
tests/examples_methods_syntax/wilkinson-dot-plot.py
tests/examples_methods_syntax/wind_vector_map.py
tests/examples_methods_syntax/window_rank.py
tests/expr/__init__.py
tests/expr/tests/__init__.py
tests/expr/tests/test_expr.py
tests/tests/__init__.py
tests/tests/test_examples.py
tests/tests/test_magics.py
tests/utils/__init__.py
tests/utils/tests/__init__.py
tests/utils/tests/test_core.py
tests/utils/tests/test_data.py
tests/utils/tests/test_deprecation.py
tests/utils/tests/test_execeval.py
tests/utils/tests/test_html.py
tests/utils/tests/test_mimebundle.py
tests/utils/tests/test_plugin_registry.py
tests/utils/tests/test_schemapi.py
tests/utils/tests/test_server.py
tests/utils/tests/test_utils.py
tests/vegalite/__init__.py
tests/vegalite/tests/__init__.py
tests/vegalite/tests/test_common.py
tests/vegalite/v5/__init__.py
tests/vegalite/v5/tests/__init__.py
tests/vegalite/v5/tests/test_alias.py
tests/vegalite/v5/tests/test_api.py
tests/vegalite/v5/tests/test_data.py
tests/vegalite/v5/tests/test_display.py
tests/vegalite/v5/tests/test_geo_interface.py
tests/vegalite/v5/tests/test_layer_props.py
tests/vegalite/v5/tests/test_params.py
tests/vegalite/v5/tests/test_renderers.py
tests/vegalite/v5/tests/test_theme.py