Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/b0d4da10a397ec770f8b092754c5d6b8 to your computer and use it in GitHub Desktop.
Save ryantm/b0d4da10a397ec770f8b092754c5d6b8 to your computer and use it in GitHub Desktop.
/nix/store/rv70j4a9v6j3js50121kzzb1c13k34bf-python3.7-altair-3.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── altair
│   │   ├── datasets.py
│   │   ├── examples
│   │   │   ├── airports_count.py
│   │   │   ├── airports.py
│   │   │   ├── anscombe_plot.py
│   │   │   ├── bar_and_line_with_dual_axis.py
│   │   │   ├── bar_chart_horizontal.py
│   │   │   ├── bar_chart_sorted.py
│   │   │   ├── bar_chart_with_highlighted_bar.py
│   │   │   ├── bar_chart_with_highlighted_segment.py
│   │   │   ├── bar_chart_with_labels.py
│   │   │   ├── bar_chart_with_mean_line.py
│   │   │   ├── bar_chart_with_negatives.py
│   │   │   ├── beckers_barley_trellis_plot.py
│   │   │   ├── beckers_barley_wrapped_facet.py
│   │   │   ├── binned_heatmap.py
│   │   │   ├── binned_scatterplot.py
│   │   │   ├── bubble_plot.py
│   │   │   ├── candlestick_chart.py
│   │   │   ├── choropleth.py
│   │   │   ├── choropleth_repeat.py
│   │   │   ├── co2_concentration.py
│   │   │   ├── connected_scatterplot.py
│   │   │   ├── cumulative_wiki_donations.py
│   │   │   ├── diverging_stacked_bar_chart.py
│   │   │   ├── dot_dash_plot.py
│   │   │   ├── errorbars_with_ci.py
│   │   │   ├── errorbars_with_std.py
│   │   │   ├── falkensee.py
│   │   │   ├── filled_step_chart.py
│   │   │   ├── gantt_chart.py
│   │   │   ├── gapminder_bubble_plot.py
│   │   │   ├── grouped_bar_chart_horizontal.py
│   │   │   ├── grouped_bar_chart.py
│   │   │   ├── grouped_bar_chart_with_error_bars.py
│   │   │   ├── histogram_with_a_global_mean_overlay.py
│   │   │   ├── horizon_graph.py
│   │   │   ├── horizontal_stacked_bar_chart.py
│   │   │   ├── __init__.py
│   │   │   ├── interactive_brush.py
│   │   │   ├── interactive_cross_highlight.py
│   │   │   ├── interactive_layered_crossfilter.py
│   │   │   ├── interactive_scatter_plot.py
│   │   │   ├── interval_selection.py
│   │   │   ├── iowa_electricity.py
│   │   │   ├── isotype_emoji.py
│   │   │   ├── isotype_grid.py
│   │   │   ├── isotype.py
│   │   │   ├── layered_area_chart.py
│   │   │   ├── layered_bar_chart.py
│   │   │   ├── layered_chart_bar_mark.py
│   │   │   ├── layered_heatmap_text.py
│   │   │   ├── layered_histogram.py
│   │   │   ├── layer_line_color_rule.py
│   │   │   ├── line_chart_with_points.py
│   │   │   ├── line_with_ci.py
│   │   │   ├── london_tube.py
│   │   │   ├── multifeature_scatter_plot.py
│   │   │   ├── multiline_highlight.py
│   │   │   ├── multiline_tooltip.py
│   │   │   ├── multiple_interactions.py
│   │   │   ├── multiple_marks.py
│   │   │   ├── multi_series_line.py
│   │   │   ├── natural_disasters.py
│   │   │   ├── normalized_stacked_area_chart.py
│   │   │   ├── normalized_stacked_bar_chart.py
│   │   │   ├── normed_parallel_coordinates.py
│   │   │   ├── one_dot_per_zipcode.py
│   │   │   ├── parallel_coordinates.py
│   │   │   ├── percentage_of_total.py
│   │   │   ├── poly_fit.py
│   │   │   ├── __pycache__
│   │   │   │   ├── airports_count.cpython-37.pyc
│   │   │   │   ├── airports.cpython-37.pyc
│   │   │   │   ├── anscombe_plot.cpython-37.pyc
│   │   │   │   ├── bar_and_line_with_dual_axis.cpython-37.pyc
│   │   │   │   ├── bar_chart_horizontal.cpython-37.pyc
│   │   │   │   ├── bar_chart_sorted.cpython-37.pyc
│   │   │   │   ├── bar_chart_with_highlighted_bar.cpython-37.pyc
│   │   │   │   ├── bar_chart_with_highlighted_segment.cpython-37.pyc
│   │   │   │   ├── bar_chart_with_labels.cpython-37.pyc
│   │   │   │   ├── bar_chart_with_mean_line.cpython-37.pyc
│   │   │   │   ├── bar_chart_with_negatives.cpython-37.pyc
│   │   │   │   ├── beckers_barley_trellis_plot.cpython-37.pyc
│   │   │   │   ├── beckers_barley_wrapped_facet.cpython-37.pyc
│   │   │   │   ├── binned_heatmap.cpython-37.pyc
│   │   │   │   ├── binned_scatterplot.cpython-37.pyc
│   │   │   │   ├── bubble_plot.cpython-37.pyc
│   │   │   │   ├── candlestick_chart.cpython-37.pyc
│   │   │   │   ├── choropleth.cpython-37.pyc
│   │   │   │   ├── choropleth_repeat.cpython-37.pyc
│   │   │   │   ├── co2_concentration.cpython-37.pyc
│   │   │   │   ├── connected_scatterplot.cpython-37.pyc
│   │   │   │   ├── cumulative_wiki_donations.cpython-37.pyc
│   │   │   │   ├── diverging_stacked_bar_chart.cpython-37.pyc
│   │   │   │   ├── dot_dash_plot.cpython-37.pyc
│   │   │   │   ├── errorbars_with_ci.cpython-37.pyc
│   │   │   │   ├── errorbars_with_std.cpython-37.pyc
│   │   │   │   ├── falkensee.cpython-37.pyc
│   │   │   │   ├── filled_step_chart.cpython-37.pyc
│   │   │   │   ├── gantt_chart.cpython-37.pyc
│   │   │   │   ├── gapminder_bubble_plot.cpython-37.pyc
│   │   │   │   ├── grouped_bar_chart.cpython-37.pyc
│   │   │   │   ├── grouped_bar_chart_horizontal.cpython-37.pyc
│   │   │   │   ├── grouped_bar_chart_with_error_bars.cpython-37.pyc
│   │   │   │   ├── histogram_with_a_global_mean_overlay.cpython-37.pyc
│   │   │   │   ├── horizon_graph.cpython-37.pyc
│   │   │   │   ├── horizontal_stacked_bar_chart.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── interactive_brush.cpython-37.pyc
│   │   │   │   ├── interactive_cross_highlight.cpython-37.pyc
│   │   │   │   ├── interactive_layered_crossfilter.cpython-37.pyc
│   │   │   │   ├── interactive_scatter_plot.cpython-37.pyc
│   │   │   │   ├── interval_selection.cpython-37.pyc
│   │   │   │   ├── iowa_electricity.cpython-37.pyc
│   │   │   │   ├── isotype.cpython-37.pyc
│   │   │   │   ├── isotype_emoji.cpython-37.pyc
│   │   │   │   ├── isotype_grid.cpython-37.pyc
│   │   │   │   ├── layered_area_chart.cpython-37.pyc
│   │   │   │   ├── layered_bar_chart.cpython-37.pyc
│   │   │   │   ├── layered_chart_bar_mark.cpython-37.pyc
│   │   │   │   ├── layered_heatmap_text.cpython-37.pyc
│   │   │   │   ├── layered_histogram.cpython-37.pyc
│   │   │   │   ├── layer_line_color_rule.cpython-37.pyc
│   │   │   │   ├── line_chart_with_points.cpython-37.pyc
│   │   │   │   ├── line_with_ci.cpython-37.pyc
│   │   │   │   ├── london_tube.cpython-37.pyc
│   │   │   │   ├── multifeature_scatter_plot.cpython-37.pyc
│   │   │   │   ├── multiline_highlight.cpython-37.pyc
│   │   │   │   ├── multiline_tooltip.cpython-37.pyc
│   │   │   │   ├── multiple_interactions.cpython-37.pyc
│   │   │   │   ├── multiple_marks.cpython-37.pyc
│   │   │   │   ├── multi_series_line.cpython-37.pyc
│   │   │   │   ├── natural_disasters.cpython-37.pyc
│   │   │   │   ├── normalized_stacked_area_chart.cpython-37.pyc
│   │   │   │   ├── normalized_stacked_bar_chart.cpython-37.pyc
│   │   │   │   ├── normed_parallel_coordinates.cpython-37.pyc
│   │   │   │   ├── one_dot_per_zipcode.cpython-37.pyc
│   │   │   │   ├── parallel_coordinates.cpython-37.pyc
│   │   │   │   ├── percentage_of_total.cpython-37.pyc
│   │   │   │   ├── poly_fit.cpython-37.pyc
│   │   │   │   ├── ranged_dot_plot.cpython-37.pyc
│   │   │   │   ├── ridgeline_plot.cpython-37.pyc
│   │   │   │   ├── scatter_href.cpython-37.pyc
│   │   │   │   ├── scatter_linked_brush.cpython-37.pyc
│   │   │   │   ├── scatter_linked_table.cpython-37.pyc
│   │   │   │   ├── scatter_marginal_hist.cpython-37.pyc
│   │   │   │   ├── scatter_matrix.cpython-37.pyc
│   │   │   │   ├── scatter_tooltips.cpython-37.pyc
│   │   │   │   ├── scatter_with_histogram.cpython-37.pyc
│   │   │   │   ├── scatter_with_labels.cpython-37.pyc
│   │   │   │   ├── scatter_with_layered_histogram.cpython-37.pyc
│   │   │   │   ├── scatter_with_rolling_mean.cpython-37.pyc
│   │   │   │   ├── seattle_weather_interactive.cpython-37.pyc
│   │   │   │   ├── select_detail.cpython-37.pyc
│   │   │   │   ├── selection_histogram.cpython-37.pyc
│   │   │   │   ├── selection_layer_bar_month.cpython-37.pyc
│   │   │   │   ├── select_mark_area.cpython-37.pyc
│   │   │   │   ├── simple_bar_chart.cpython-37.pyc
│   │   │   │   ├── simple_heatmap.cpython-37.pyc
│   │   │   │   ├── simple_histogram.cpython-37.pyc
│   │   │   │   ├── simple_line_chart.cpython-37.pyc
│   │   │   │   ├── simple_scatter_with_errorbars.cpython-37.pyc
│   │   │   │   ├── simple_stacked_area_chart.cpython-37.pyc
│   │   │   │   ├── slope_graph.cpython-37.pyc
│   │   │   │   ├── sorted_error_bars_with_ci.cpython-37.pyc
│   │   │   │   ├── stacked_bar_chart.cpython-37.pyc
│   │   │   │   ├── stacked_bar_chart_sorted_segments.cpython-37.pyc
│   │   │   │   ├── stacked_bar_chart_with_text.cpython-37.pyc
│   │   │   │   ├── stem_and_leaf.cpython-37.pyc
│   │   │   │   ├── step_chart.cpython-37.pyc
│   │   │   │   ├── streamgraph.cpython-37.pyc
│   │   │   │   ├── strip_plot.cpython-37.pyc
│   │   │   │   ├── stripplot.cpython-37.pyc
│   │   │   │   ├── table_bubble_plot_github.cpython-37.pyc
│   │   │   │   ├── top_k_items.cpython-37.pyc
│   │   │   │   ├── top_k_letters.cpython-37.pyc
│   │   │   │   ├── trail_marker.cpython-37.pyc
│   │   │   │   ├── trellis_area.cpython-37.pyc
│   │   │   │   ├── trellis_area_sort_array.cpython-37.pyc
│   │   │   │   ├── trellis_histogram.cpython-37.pyc
│   │   │   │   ├── trellis_scatter_plot.cpython-37.pyc
│   │   │   │   ├── trellis_stacked_bar_chart.cpython-37.pyc
│   │   │   │   ├── us_employment.cpython-37.pyc
│   │   │   │   ├── us_population_over_time.cpython-37.pyc
│   │   │   │   ├── us_population_over_time_facet.cpython-37.pyc
│   │   │   │   ├── us_population_pyramid_over_time.cpython-37.pyc
│   │   │   │   ├── us_state_capitals.cpython-37.pyc
│   │   │   │   ├── violine_plot.cpython-37.pyc
│   │   │   │   ├── weather_heatmap.cpython-37.pyc
│   │   │   │   ├── wheat_wages.cpython-37.pyc
│   │   │   │   └── world_projections.cpython-37.pyc
│   │   │   ├── ranged_dot_plot.py
│   │   │   ├── ridgeline_plot.py
│   │   │   ├── scatter_href.py
│   │   │   ├── scatter_linked_brush.py
│   │   │   ├── scatter_linked_table.py
│   │   │   ├── scatter_marginal_hist.py
│   │   │   ├── scatter_matrix.py
│   │   │   ├── scatter_tooltips.py
│   │   │   ├── scatter_with_histogram.py
│   │   │   ├── scatter_with_labels.py
│   │   │   ├── scatter_with_layered_histogram.py
│   │   │   ├── scatter_with_rolling_mean.py
│   │   │   ├── seattle_weather_interactive.py
│   │   │   ├── select_detail.py
│   │   │   ├── selection_histogram.py
│   │   │   ├── selection_layer_bar_month.py
│   │   │   ├── select_mark_area.py
│   │   │   ├── simple_bar_chart.py
│   │   │   ├── simple_heatmap.py
│   │   │   ├── simple_histogram.py
│   │   │   ├── simple_line_chart.py
│   │   │   ├── simple_scatter_with_errorbars.py
│   │   │   ├── simple_stacked_area_chart.py
│   │   │   ├── slope_graph.py
│   │   │   ├── sorted_error_bars_with_ci.py
│   │   │   ├── stacked_bar_chart.py
│   │   │   ├── stacked_bar_chart_sorted_segments.py
│   │   │   ├── stacked_bar_chart_with_text.py
│   │   │   ├── stem_and_leaf.py
│   │   │   ├── step_chart.py
│   │   │   ├── streamgraph.py
│   │   │   ├── strip_plot.py
│   │   │   ├── stripplot.py
│   │   │   ├── table_bubble_plot_github.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_examples.cpython-37.pyc
│   │   │   │   └── test_examples.py
│   │   │   ├── top_k_items.py
│   │   │   ├── top_k_letters.py
│   │   │   ├── trail_marker.py
│   │   │   ├── trellis_area.py
│   │   │   ├── trellis_area_sort_array.py
│   │   │   ├── trellis_histogram.py
│   │   │   ├── trellis_scatter_plot.py
│   │   │   ├── trellis_stacked_bar_chart.py
│   │   │   ├── us_employment.py
│   │   │   ├── us_population_over_time_facet.py
│   │   │   ├── us_population_over_time.py
│   │   │   ├── us_population_pyramid_over_time.py
│   │   │   ├── us_state_capitals.py
│   │   │   ├── violine_plot.py
│   │   │   ├── weather_heatmap.py
│   │   │   ├── wheat_wages.py
│   │   │   └── world_projections.py
│   │   ├── expr
│   │   │   ├── consts.py
│   │   │   ├── core.py
│   │   │   ├── funcs.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── consts.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── funcs.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_expr.cpython-37.pyc
│   │   │   └── test_expr.py
│   │   ├── __init__.py
│   │   ├── _magics.py
│   │   ├── __pycache__
│   │   │   ├── datasets.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _magics.cpython-37.pyc
│   │   ├── sphinxext
│   │   │   ├── altairgallery.py
│   │   │   ├── altairplot.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── altairgallery.cpython-37.pyc
│   │   │   │   ├── altairplot.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── schematable.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── schematable.py
│   │   │   └── utils.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_magics.cpython-37.pyc
│   │   │   └── test_magics.py
│   │   ├── utils
│   │   │   ├── core.py
│   │   │   ├── data.py
│   │   │   ├── deprecation.py
│   │   │   ├── display.py
│   │   │   ├── execeval.py
│   │   │   ├── headless.py
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── mimebundle.py
│   │   │   ├── plugin_registry.py
│   │   │   ├── _py3k_compat.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   ├── deprecation.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   ├── execeval.cpython-37.pyc
│   │   │   │   ├── headless.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mimebundle.cpython-37.pyc
│   │   │   │   ├── plugin_registry.cpython-37.pyc
│   │   │   │   ├── _py3k_compat.cpython-37.pyc
│   │   │   │   ├── save.cpython-37.pyc
│   │   │   │   ├── schemapi.cpython-37.pyc
│   │   │   │   ├── server.cpython-37.pyc
│   │   │   │   ├── theme.cpython-37.pyc
│   │   │   │   └── urls.cpython-37.pyc
│   │   │   ├── save.py
│   │   │   ├── schemapi.py
│   │   │   ├── server.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   │   ├── test_data.cpython-37.pyc
│   │   │   │   │   ├── test_deprecation.cpython-37.pyc
│   │   │   │   │   ├── test_execeval.cpython-37.pyc
│   │   │   │   │   ├── test_html.cpython-37.pyc
│   │   │   │   │   ├── test_mimebundle.cpython-37.pyc
│   │   │   │   │   ├── test_plugin_registry.cpython-37.pyc
│   │   │   │   │   ├── test_schemapi.cpython-37.pyc
│   │   │   │   │   ├── test_server.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_core.py
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_deprecation.py
│   │   │   │   ├── test_execeval.py
│   │   │   │   ├── test_html.py
│   │   │   │   ├── test_mimebundle.py
│   │   │   │   ├── test_plugin_registry.py
│   │   │   │   ├── test_schemapi.py
│   │   │   │   ├── test_server.py
│   │   │   │   └── test_utils.py
│   │   │   ├── theme.py
│   │   │   └── urls.py
│   │   ├── vega
│   │   │   ├── data.py
│   │   │   ├── display.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_import.cpython-37.pyc
│   │   │   │   └── test_import.py
│   │   │   ├── v4
│   │   │   │   ├── data.py
│   │   │   │   ├── display.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── schema
│   │   │   │   ├── core.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── vega-schema.json
│   │   │   └── v5
│   │   │   ├── data.py
│   │   │   ├── display.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── schema
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── vega-schema.json
│   │   └── vegalite
│   │   ├── api.py
│   │   ├── data.py
│   │   ├── display.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── display.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── schema.cpython-37.pyc
│   │   ├── schema.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_common.cpython-37.pyc
│   │   │   └── test_common.py
│   │   ├── v2
│   │   │   ├── api.py
│   │   │   ├── data.py
│   │   │   ├── display.py
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── theme.cpython-37.pyc
│   │   │   ├── schema
│   │   │   │   ├── channels.py
│   │   │   │   ├── core.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mixins.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── channels.cpython-37.pyc
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── mixins.cpython-37.pyc
│   │   │   │   └── vega-lite-schema.json
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   │   ├── test_data.cpython-37.pyc
│   │   │   │   │   ├── test_display.cpython-37.pyc
│   │   │   │   │   └── test_renderers.cpython-37.pyc
│   │   │   │   ├── test_api.py
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_display.py
│   │   │   │   └── test_renderers.py
│   │   │   └── theme.py
│   │   └── v3
│   │   ├── api.py
│   │   ├── data.py
│   │   ├── _deprecated.py
│   │   ├── display.py
│   │   ├── html.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── _deprecated.cpython-37.pyc
│   │   │   ├── display.cpython-37.pyc
│   │   │   ├── html.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── theme.cpython-37.pyc
│   │   ├── schema
│   │   │   ├── channels.py
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── mixins.py
│   │   │   ├── __pycache__
│   │   │   │   ├── channels.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── mixins.cpython-37.pyc
│   │   │   └── vega-lite-schema.json
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_data.cpython-37.pyc
│   │   │   │   ├── test_display.cpython-37.pyc
│   │   │   │   ├── test_renderers.cpython-37.pyc
│   │   │   │   └── test_theme.cpython-37.pyc
│   │   │   ├── test_api.py
│   │   │   ├── test_data.py
│   │   │   ├── test_display.py
│   │   │   ├── test_renderers.py
│   │   │   └── test_theme.py
│   │   └── theme.py
│   └── altair-3.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
51 directories, 449 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment