Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 10:41
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/b267c0352e303c955c3e5459be16a11d to your computer and use it in GitHub Desktop.
Save ryantm/b267c0352e303c955c3e5459be16a11d to your computer and use it in GitHub Desktop.
/nix/store/kay0gxdk48vmldvdfjivicil3xkvzm70-python3.7-holoviews-1.12.5
├── bin
│   └── holoviews
├── lib
│   └── python3.7
│   └── site-packages
│   ├── holoviews
│   │   ├── core
│   │   │   ├── accessors.py
│   │   │   ├── boundingregion.py
│   │   │   ├── data
│   │   │   │   ├── array.py
│   │   │   │   ├── dask.py
│   │   │   │   ├── dictionary.py
│   │   │   │   ├── grid.py
│   │   │   │   ├── image.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── interface.py
│   │   │   │   ├── multipath.py
│   │   │   │   ├── pandas.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── array.cpython-37.pyc
│   │   │   │   │   ├── dask.cpython-37.pyc
│   │   │   │   │   ├── dictionary.cpython-37.pyc
│   │   │   │   │   ├── grid.cpython-37.pyc
│   │   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interface.cpython-37.pyc
│   │   │   │   │   ├── multipath.cpython-37.pyc
│   │   │   │   │   ├── pandas.cpython-37.pyc
│   │   │   │   │   └── xarray.cpython-37.pyc
│   │   │   │   └── xarray.py
│   │   │   ├── dimension.py
│   │   │   ├── element.py
│   │   │   ├── __init__.py
│   │   │   ├── io.py
│   │   │   ├── layout.py
│   │   │   ├── ndmapping.py
│   │   │   ├── operation.py
│   │   │   ├── options.py
│   │   │   ├── overlay.py
│   │   │   ├── pprint.py
│   │   │   ├── __pycache__
│   │   │   │   ├── accessors.cpython-37.pyc
│   │   │   │   ├── boundingregion.cpython-37.pyc
│   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── io.cpython-37.pyc
│   │   │   │   ├── layout.cpython-37.pyc
│   │   │   │   ├── ndmapping.cpython-37.pyc
│   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   ├── overlay.cpython-37.pyc
│   │   │   │   ├── pprint.cpython-37.pyc
│   │   │   │   ├── sheetcoords.cpython-37.pyc
│   │   │   │   ├── spaces.cpython-37.pyc
│   │   │   │   ├── traversal.cpython-37.pyc
│   │   │   │   ├── tree.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── sheetcoords.py
│   │   │   ├── spaces.py
│   │   │   ├── traversal.py
│   │   │   ├── tree.py
│   │   │   └── util.py
│   │   ├── element
│   │   │   ├── annotation.py
│   │   │   ├── chart3d.py
│   │   │   ├── chart.py
│   │   │   ├── comparison.py
│   │   │   ├── geom.py
│   │   │   ├── graphs.py
│   │   │   ├── __init__.py
│   │   │   ├── path.py
│   │   │   ├── __pycache__
│   │   │   │   ├── annotation.cpython-37.pyc
│   │   │   │   ├── chart3d.cpython-37.pyc
│   │   │   │   ├── chart.cpython-37.pyc
│   │   │   │   ├── comparison.cpython-37.pyc
│   │   │   │   ├── geom.cpython-37.pyc
│   │   │   │   ├── graphs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── path.cpython-37.pyc
│   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   ├── sankey.cpython-37.pyc
│   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   ├── tabular.cpython-37.pyc
│   │   │   │   ├── tiles.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── raster.py
│   │   │   ├── sankey.py
│   │   │   ├── stats.py
│   │   │   ├── tabular.py
│   │   │   ├── tiles.py
│   │   │   └── util.py
│   │   ├── examples
│   │   │   ├── assets
│   │   │   │   ├── diseases.csv.gz
│   │   │   │   ├── emoji_embeddings.csv
│   │   │   │   ├── energy.csv
│   │   │   │   ├── fb_edges.csv
│   │   │   │   ├── fb_nodes.csv
│   │   │   │   ├── hourly_taxi_data.npz
│   │   │   │   ├── nyc_taxi.csv.gz
│   │   │   │   ├── penguins.png
│   │   │   │   ├── spike_train.csv.gz
│   │   │   │   ├── station_info.csv
│   │   │   │   └── twophoton.npz
│   │   │   ├── gallery
│   │   │   │   └── demos
│   │   │   │   ├── bokeh
│   │   │   │   │   ├── area_chart.ipynb
│   │   │   │   │   ├── autompg_histogram.ipynb
│   │   │   │   │   ├── autompg_violins.ipynb
│   │   │   │   │   ├── bachelors_degrees_by_gender.ipynb
│   │   │   │   │   ├── bars_economic.ipynb
│   │   │   │   │   ├── box_draw_roi_editor.ipynb
│   │   │   │   │   ├── boxplot_chart.ipynb
│   │   │   │   │   ├── choropleth_data_link.ipynb
│   │   │   │   │   ├── directed_airline_routes.ipynb
│   │   │   │   │   ├── dot_example.ipynb
│   │   │   │   │   ├── dragon_curve.ipynb
│   │   │   │   │   ├── dropdown_economic.ipynb
│   │   │   │   │   ├── emoji_tsne.ipynb
│   │   │   │   │   ├── energy_sankey.ipynb
│   │   │   │   │   ├── hextile_movie_ratings.ipynb
│   │   │   │   │   ├── histogram_example.ipynb
│   │   │   │   │   ├── image_range_tool.ipynb
│   │   │   │   │   ├── iris_density_grid.ipynb
│   │   │   │   │   ├── iris_example.ipynb
│   │   │   │   │   ├── iris_grouped_grid.ipynb
│   │   │   │   │   ├── iris_splom_example.ipynb
│   │   │   │   │   ├── irregular_quadmesh.ipynb
│   │   │   │   │   ├── legend_example.ipynb
│   │   │   │   │   ├── lesmis_example.ipynb
│   │   │   │   │   ├── lorenz_attractor_example.ipynb
│   │   │   │   │   ├── mandelbrot_section.ipynb
│   │   │   │   │   ├── measles_example.ipynb
│   │   │   │   │   ├── network_graph.ipynb
│   │   │   │   │   ├── nyc_airport_connections.ipynb
│   │   │   │   │   ├── nyc_radial_heatmap.ipynb
│   │   │   │   │   ├── point_draw_triangulate.ipynb
│   │   │   │   │   ├── quiver_demo.ipynb
│   │   │   │   │   ├── route_chord.ipynb
│   │   │   │   │   ├── scatter_economic.ipynb
│   │   │   │   │   ├── square_limit.ipynb
│   │   │   │   │   ├── step_chart.ipynb
│   │   │   │   │   ├── stocks_example.ipynb
│   │   │   │   │   ├── texas_choropleth_example.ipynb
│   │   │   │   │   ├── timeseries_range_tool.ipynb
│   │   │   │   │   ├── topographic_hillshading.ipynb
│   │   │   │   │   ├── us_unemployment.ipynb
│   │   │   │   │   └── verhulst_mandelbrot.ipynb
│   │   │   │   ├── matplotlib
│   │   │   │   │   ├── area_chart.ipynb
│   │   │   │   │   ├── autompg_histogram.ipynb
│   │   │   │   │   ├── autompg_violins.ipynb
│   │   │   │   │   ├── bachelors_degrees_by_gender.ipynb
│   │   │   │   │   ├── bars_economic.ipynb
│   │   │   │   │   ├── boxplot_chart.ipynb
│   │   │   │   │   ├── directed_airline_routes.ipynb
│   │   │   │   │   ├── dragon_curve.ipynb
│   │   │   │   │   ├── dropdown_economic.ipynb
│   │   │   │   │   ├── energy_sankey.ipynb
│   │   │   │   │   ├── hextile_movie_ratings.ipynb
│   │   │   │   │   ├── histogram_example.ipynb
│   │   │   │   │   ├── iris_density_grid.ipynb
│   │   │   │   │   ├── iris_example.ipynb
│   │   │   │   │   ├── iris_grouped_grid.ipynb
│   │   │   │   │   ├── iris_splom_example.ipynb
│   │   │   │   │   ├── irregular_quadmesh.ipynb
│   │   │   │   │   ├── legend_example.ipynb
│   │   │   │   │   ├── lorenz_attractor_example.ipynb
│   │   │   │   │   ├── mandelbrot_section.ipynb
│   │   │   │   │   ├── measles_example.ipynb
│   │   │   │   │   ├── network_graph.ipynb
│   │   │   │   │   ├── nyc_airport_connections.ipynb
│   │   │   │   │   ├── nyc_radial_heatmap.ipynb
│   │   │   │   │   ├── polar_scatter_demo.ipynb
│   │   │   │   │   ├── quiver_demo.ipynb
│   │   │   │   │   ├── route_chord.ipynb
│   │   │   │   │   ├── scatter_economic.ipynb
│   │   │   │   │   ├── square_limit.ipynb
│   │   │   │   │   ├── step_chart.ipynb
│   │   │   │   │   ├── stocks_example.ipynb
│   │   │   │   │   ├── surface_3d.ipynb
│   │   │   │   │   ├── texas_choropleth_example.ipynb
│   │   │   │   │   ├── topographic_hillshading.ipynb
│   │   │   │   │   ├── trisurf3d_demo.ipynb
│   │   │   │   │   ├── us_unemployment.ipynb
│   │   │   │   │   └── verhulst_mandelbrot.ipynb
│   │   │   │   └── plotly
│   │   │   │   ├── surface_3d.ipynb
│   │   │   │   └── trisurf3d_demo.ipynb
│   │   │   ├── getting_started
│   │   │   │   ├── 1-Introduction.ipynb
│   │   │   │   ├── 2-Customization.ipynb
│   │   │   │   ├── 3-Tabular_Datasets.ipynb
│   │   │   │   ├── 4-Gridded_Datasets.ipynb
│   │   │   │   └── 5-Live_Data.ipynb
│   │   │   ├── README.md
│   │   │   ├── reference
│   │   │   │   ├── containers
│   │   │   │   │   ├── bokeh
│   │   │   │   │   │   ├── DynamicMap.ipynb
│   │   │   │   │   │   ├── GridSpace.ipynb
│   │   │   │   │   │   ├── HoloMap.ipynb
│   │   │   │   │   │   ├── Layout.ipynb
│   │   │   │   │   │   ├── NdLayout.ipynb
│   │   │   │   │   │   ├── NdOverlay.ipynb
│   │   │   │   │   │   └── Overlay.ipynb
│   │   │   │   │   ├── matplotlib
│   │   │   │   │   │   ├── DynamicMap.ipynb
│   │   │   │   │   │   ├── GridSpace.ipynb
│   │   │   │   │   │   ├── HoloMap.ipynb
│   │   │   │   │   │   ├── Layout.ipynb
│   │   │   │   │   │   ├── NdLayout.ipynb
│   │   │   │   │   │   ├── NdOverlay.ipynb
│   │   │   │   │   │   └── Overlay.ipynb
│   │   │   │   │   └── plotly
│   │   │   │   │   ├── DynamicMap.ipynb
│   │   │   │   │   ├── GridSpace.ipynb
│   │   │   │   │   ├── HoloMap.ipynb
│   │   │   │   │   ├── Layout.ipynb
│   │   │   │   │   ├── NdLayout.ipynb
│   │   │   │   │   ├── NdOverlay.ipynb
│   │   │   │   │   └── Overlay.ipynb
│   │   │   │   ├── elements
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── penguins.png
│   │   │   │   │   ├── bokeh
│   │   │   │   │   │   ├── Area.ipynb
│   │   │   │   │   │   ├── Arrow.ipynb
│   │   │   │   │   │   ├── Bars.ipynb
│   │   │   │   │   │   ├── Bivariate.ipynb
│   │   │   │   │   │   ├── Bounds.ipynb
│   │   │   │   │   │   ├── Box.ipynb
│   │   │   │   │   │   ├── BoxWhisker.ipynb
│   │   │   │   │   │   ├── Chord.ipynb
│   │   │   │   │   │   ├── Contours.ipynb
│   │   │   │   │   │   ├── Curve.ipynb
│   │   │   │   │   │   ├── Distribution.ipynb
│   │   │   │   │   │   ├── Div.ipynb
│   │   │   │   │   │   ├── Ellipse.ipynb
│   │   │   │   │   │   ├── ErrorBars.ipynb
│   │   │   │   │   │   ├── Graph.ipynb
│   │   │   │   │   │   ├── HeatMap.ipynb
│   │   │   │   │   │   ├── HexTiles.ipynb
│   │   │   │   │   │   ├── Histogram.ipynb
│   │   │   │   │   │   ├── HLine.ipynb
│   │   │   │   │   │   ├── HSV.ipynb
│   │   │   │   │   │   ├── Image.ipynb
│   │   │   │   │   │   ├── ItemTable.ipynb
│   │   │   │   │   │   ├── Labels.ipynb
│   │   │   │   │   │   ├── Path.ipynb
│   │   │   │   │   │   ├── Points.ipynb
│   │   │   │   │   │   ├── Polygons.ipynb
│   │   │   │   │   │   ├── QuadMesh.ipynb
│   │   │   │   │   │   ├── RadialHeatMap.ipynb
│   │   │   │   │   │   ├── Raster.ipynb
│   │   │   │   │   │   ├── RGB.ipynb
│   │   │   │   │   │   ├── Sankey.ipynb
│   │   │   │   │   │   ├── Scatter.ipynb
│   │   │   │   │   │   ├── Spikes.ipynb
│   │   │   │   │   │   ├── Spline.ipynb
│   │   │   │   │   │   ├── Spread.ipynb
│   │   │   │   │   │   ├── Table.ipynb
│   │   │   │   │   │   ├── Text.ipynb
│   │   │   │   │   │   ├── Tiles.ipynb
│   │   │   │   │   │   ├── TriMesh.ipynb
│   │   │   │   │   │   ├── VectorField.ipynb
│   │   │   │   │   │   ├── Violin.ipynb
│   │   │   │   │   │   └── VLine.ipynb
│   │   │   │   │   ├── matplotlib
│   │   │   │   │   │   ├── Area.ipynb
│   │   │   │   │   │   ├── Arrow.ipynb
│   │   │   │   │   │   ├── Bars.ipynb
│   │   │   │   │   │   ├── Bivariate.ipynb
│   │   │   │   │   │   ├── Bounds.ipynb
│   │   │   │   │   │   ├── Box.ipynb
│   │   │   │   │   │   ├── BoxWhisker.ipynb
│   │   │   │   │   │   ├── Chord.ipynb
│   │   │   │   │   │   ├── Contours.ipynb
│   │   │   │   │   │   ├── Curve.ipynb
│   │   │   │   │   │   ├── Distribution.ipynb
│   │   │   │   │   │   ├── Ellipse.ipynb
│   │   │   │   │   │   ├── ErrorBars.ipynb
│   │   │   │   │   │   ├── Graph.ipynb
│   │   │   │   │   │   ├── HeatMap.ipynb
│   │   │   │   │   │   ├── HexTiles.ipynb
│   │   │   │   │   │   ├── Histogram.ipynb
│   │   │   │   │   │   ├── HLine.ipynb
│   │   │   │   │   │   ├── HSV.ipynb
│   │   │   │   │   │   ├── Image.ipynb
│   │   │   │   │   │   ├── ItemTable.ipynb
│   │   │   │   │   │   ├── Labels.ipynb
│   │   │   │   │   │   ├── Path3D.ipynb
│   │   │   │   │   │   ├── Path.ipynb
│   │   │   │   │   │   ├── Points.ipynb
│   │   │   │   │   │   ├── Polygons.ipynb
│   │   │   │   │   │   ├── QuadMesh.ipynb
│   │   │   │   │   │   ├── RadialHeatMap.ipynb
│   │   │   │   │   │   ├── Raster.ipynb
│   │   │   │   │   │   ├── RGB.ipynb
│   │   │   │   │   │   ├── Sankey.ipynb
│   │   │   │   │   │   ├── Scatter3D.ipynb
│   │   │   │   │   │   ├── Scatter.ipynb
│   │   │   │   │   │   ├── Spikes.ipynb
│   │   │   │   │   │   ├── Spline.ipynb
│   │   │   │   │   │   ├── Spread.ipynb
│   │   │   │   │   │   ├── Surface.ipynb
│   │   │   │   │   │   ├── Table.ipynb
│   │   │   │   │   │   ├── Text.ipynb
│   │   │   │   │   │   ├── TriMesh.ipynb
│   │   │   │   │   │   ├── TriSurface.ipynb
│   │   │   │   │   │   ├── VectorField.ipynb
│   │   │   │   │   │   ├── Violin.ipynb
│   │   │   │   │   │   └── VLine.ipynb
│   │   │   │   │   └── plotly
│   │   │   │   │   ├── Area.ipynb
│   │   │   │   │   ├── BoxWhiskers.ipynb
│   │   │   │   │   ├── Curve.ipynb
│   │   │   │   │   ├── Distribution.ipynb
│   │   │   │   │   ├── ErrorBars.ipynb
│   │   │   │   │   ├── HeatMap.ipynb
│   │   │   │   │   ├── Image.ipynb
│   │   │   │   │   ├── ItemTable.ipynb
│   │   │   │   │   ├── Path3D.ipynb
│   │   │   │   │   ├── Points.ipynb
│   │   │   │   │   ├── Raster.ipynb
│   │   │   │   │   ├── Scatter3D.ipynb
│   │   │   │   │   ├── Scatter.ipynb
│   │   │   │   │   ├── Spread.ipynb
│   │   │   │   │   ├── Surface.ipynb
│   │   │   │   │   ├── Table.ipynb
│   │   │   │   │   ├── TriSurface.ipynb
│   │   │   │   │   └── Violin.ipynb
│   │   │   │   ├── features
│   │   │   │   │   └── bokeh
│   │   │   │   │   └── table_hooks_example.ipynb
│   │   │   │   └── streams
│   │   │   │   └── bokeh
│   │   │   │   ├── Bounds.ipynb
│   │   │   │   ├── BoundsX.ipynb
│   │   │   │   ├── BoundsY.ipynb
│   │   │   │   ├── BoxEdit.ipynb
│   │   │   │   ├── FreehandDraw.ipynb
│   │   │   │   ├── PointDraw.ipynb
│   │   │   │   ├── PointerX.ipynb
│   │   │   │   ├── PointerXY.ipynb
│   │   │   │   ├── PolyDraw.ipynb
│   │   │   │   ├── PolyEdit.ipynb
│   │   │   │   ├── RangeXY.ipynb
│   │   │   │   ├── Selection1D.ipynb
│   │   │   │   ├── Selection1D_paired.ipynb
│   │   │   │   ├── Selection1D_points.ipynb
│   │   │   │   ├── Selection1D_tap.ipynb
│   │   │   │   └── Tap.ipynb
│   │   │   ├── topics
│   │   │   │   ├── geometry
│   │   │   │   │   ├── lsystems.ipynb
│   │   │   │   │   └── square_limit.ipynb
│   │   │   │   └── simulation
│   │   │   │   ├── boids.ipynb
│   │   │   │   ├── hipster_dynamics.ipynb
│   │   │   │   └── sri_model.ipynb
│   │   │   └── user_guide
│   │   │   ├── 01-Annotating_Data.ipynb
│   │   │   ├── 02-Composing_Elements.ipynb
│   │   │   ├── 03-Applying_Customizations.ipynb
│   │   │   ├── 04-Style_Mapping.ipynb
│   │   │   ├── 05-Dimensioned_Containers.ipynb
│   │   │   ├── 06-Building_Composite_Objects.ipynb
│   │   │   ├── 07-Live_Data.ipynb
│   │   │   ├── 08-Tabular_Datasets.ipynb
│   │   │   ├── 09-Gridded_Datasets.ipynb
│   │   │   ├── 10-Indexing_and_Selecting_Data.ipynb
│   │   │   ├── 11-Transforming_Elements.ipynb
│   │   │   ├── 12-Responding_to_Events.ipynb
│   │   │   ├── 13-Custom_Interactivity.ipynb
│   │   │   ├── 14-Data_Pipelines.ipynb
│   │   │   ├── 15-Large_Data.ipynb
│   │   │   ├── 16-Streaming_Data.ipynb
│   │   │   ├── 17-Dashboards.ipynb
│   │   │   ├── Colormaps.ipynb
│   │   │   ├── Continuous_Coordinates.ipynb
│   │   │   ├── Customizing_Plots.ipynb
│   │   │   ├── Deploying_Bokeh_Apps.ipynb
│   │   │   ├── Exporting_and_Archiving.ipynb
│   │   │   ├── Geometry_Data.ipynb
│   │   │   ├── Installing_and_Configuring.ipynb
│   │   │   ├── Linking_Plots.ipynb
│   │   │   ├── Network_Graphs.ipynb
│   │   │   ├── Notebook_Magics.ipynb
│   │   │   ├── Plots_and_Renderers.ipynb
│   │   │   ├── Plotting_with_Bokeh.ipynb
│   │   │   └── Plotting_with_Matplotlib.ipynb
│   │   ├── __init__.py
│   │   ├── ipython
│   │   │   ├── archive.py
│   │   │   ├── display_hooks.py
│   │   │   ├── __init__.py
│   │   │   ├── load_notebook.html
│   │   │   ├── magics.py
│   │   │   ├── preprocessors.py
│   │   │   ├── __pycache__
│   │   │   │   ├── archive.cpython-37.pyc
│   │   │   │   ├── display_hooks.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── magics.cpython-37.pyc
│   │   │   │   ├── preprocessors.cpython-37.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   └── widgets.py
│   │   ├── operation
│   │   │   ├── datashader.py
│   │   │   ├── element.py
│   │   │   ├── __init__.py
│   │   │   ├── normalization.py
│   │   │   ├── __pycache__
│   │   │   │   ├── datashader.cpython-37.pyc
│   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── normalization.cpython-37.pyc
│   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   └── timeseries.cpython-37.pyc
│   │   │   ├── stats.py
│   │   │   └── timeseries.py
│   │   ├── plotting
│   │   │   ├── bokeh
│   │   │   │   ├── annotation.py
│   │   │   │   ├── bokehwidgets.css
│   │   │   │   ├── bokehwidgets.js
│   │   │   │   ├── callbacks.py
│   │   │   │   ├── chart.py
│   │   │   │   ├── element.py
│   │   │   │   ├── graphs.py
│   │   │   │   ├── heatmap.py
│   │   │   │   ├── hex_tiles.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── path.py
│   │   │   │   ├── plot.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── annotation.cpython-37.pyc
│   │   │   │   │   ├── callbacks.cpython-37.pyc
│   │   │   │   │   ├── chart.cpython-37.pyc
│   │   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   │   ├── graphs.cpython-37.pyc
│   │   │   │   │   ├── heatmap.cpython-37.pyc
│   │   │   │   │   ├── hex_tiles.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── path.cpython-37.pyc
│   │   │   │   │   ├── plot.cpython-37.pyc
│   │   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   │   ├── renderer.cpython-37.pyc
│   │   │   │   │   ├── sankey.cpython-37.pyc
│   │   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   │   ├── styles.cpython-37.pyc
│   │   │   │   │   ├── tabular.cpython-37.pyc
│   │   │   │   │   ├── tiles.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   ├── raster.py
│   │   │   │   ├── renderer.py
│   │   │   │   ├── sankey.py
│   │   │   │   ├── stats.py
│   │   │   │   ├── styles.py
│   │   │   │   ├── tabular.py
│   │   │   │   ├── tiles.py
│   │   │   │   ├── util.py
│   │   │   │   └── widgets.py
│   │   │   ├── __init__.py
│   │   │   ├── links.py
│   │   │   ├── mpl
│   │   │   │   ├── annotation.py
│   │   │   │   ├── chart3d.py
│   │   │   │   ├── chart.py
│   │   │   │   ├── default1.5.mplstyle
│   │   │   │   ├── default.mplstyle
│   │   │   │   ├── element.py
│   │   │   │   ├── graphs.py
│   │   │   │   ├── heatmap.py
│   │   │   │   ├── hex_tiles.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mplwidgets.js
│   │   │   │   ├── path.py
│   │   │   │   ├── plot.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── annotation.cpython-37.pyc
│   │   │   │   │   ├── chart3d.cpython-37.pyc
│   │   │   │   │   ├── chart.cpython-37.pyc
│   │   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   │   ├── graphs.cpython-37.pyc
│   │   │   │   │   ├── heatmap.cpython-37.pyc
│   │   │   │   │   ├── hex_tiles.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── path.cpython-37.pyc
│   │   │   │   │   ├── plot.cpython-37.pyc
│   │   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   │   ├── renderer.cpython-37.pyc
│   │   │   │   │   ├── sankey.cpython-37.pyc
│   │   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   │   ├── tabular.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   ├── raster.py
│   │   │   │   ├── renderer.py
│   │   │   │   ├── sankey.py
│   │   │   │   ├── stats.py
│   │   │   │   ├── tabular.py
│   │   │   │   ├── util.py
│   │   │   │   └── widgets.py
│   │   │   ├── plotly
│   │   │   │   ├── annotation.py
│   │   │   │   ├── chart3d.py
│   │   │   │   ├── chart.py
│   │   │   │   ├── element.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── plotlywidgets.js
│   │   │   │   ├── plot.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── annotation.cpython-37.pyc
│   │   │   │   │   ├── chart3d.cpython-37.pyc
│   │   │   │   │   ├── chart.cpython-37.pyc
│   │   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── plot.cpython-37.pyc
│   │   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   │   ├── renderer.cpython-37.pyc
│   │   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   │   ├── tabular.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── widgets.cpython-37.pyc
│   │   │   │   ├── raster.py
│   │   │   │   ├── renderer.py
│   │   │   │   ├── stats.py
│   │   │   │   ├── tabular.py
│   │   │   │   ├── util.py
│   │   │   │   └── widgets.py
│   │   │   ├── plot.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── links.cpython-37.pyc
│   │   │   │   ├── plot.cpython-37.pyc
│   │   │   │   ├── renderer.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── renderer.py
│   │   │   ├── util.py
│   │   │   └── widgets
│   │   │   ├── htmlscrubber.jinja
│   │   │   ├── htmlslider.jinja
│   │   │   ├── __init__.py
│   │   │   ├── jsscrubber.jinja
│   │   │   ├── jsslider.css
│   │   │   ├── jsslider.jinja
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── widgets.js
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── streams.cpython-37.pyc
│   │   ├── streams.py
│   │   ├── tests
│   │   │   ├── core
│   │   │   │   ├── data
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── testarrayinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testbinneddatasets.cpython-37.pyc
│   │   │   │   │   │   ├── testdaskinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testdictinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testgridinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testimageinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testmultiinterface.cpython-37.pyc
│   │   │   │   │   │   ├── testpandasinterface.cpython-37.pyc
│   │   │   │   │   │   └── testxarrayinterface.cpython-37.pyc
│   │   │   │   │   ├── testarrayinterface.py
│   │   │   │   │   ├── testbinneddatasets.py
│   │   │   │   │   ├── testdaskinterface.py
│   │   │   │   │   ├── testdictinterface.py
│   │   │   │   │   ├── testgridinterface.py
│   │   │   │   │   ├── testimageinterface.py
│   │   │   │   │   ├── testmultiinterface.py
│   │   │   │   │   ├── testpandasinterface.py
│   │   │   │   │   └── testxarrayinterface.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testapply.cpython-37.pyc
│   │   │   │   │   ├── testarchives.cpython-37.pyc
│   │   │   │   │   ├── testboundingregion.cpython-37.pyc
│   │   │   │   │   ├── testcallable.cpython-37.pyc
│   │   │   │   │   ├── testcollation.cpython-37.pyc
│   │   │   │   │   ├── testcomposites.cpython-37.pyc
│   │   │   │   │   ├── testdimensioned.cpython-37.pyc
│   │   │   │   │   ├── testdimensions.cpython-37.pyc
│   │   │   │   │   ├── testdynamic.cpython-37.pyc
│   │   │   │   │   ├── testelement.cpython-37.pyc
│   │   │   │   │   ├── testimportexport.cpython-37.pyc
│   │   │   │   │   ├── testlayers.cpython-37.pyc
│   │   │   │   │   ├── testlayouts.cpython-37.pyc
│   │   │   │   │   ├── testndmapping.cpython-37.pyc
│   │   │   │   │   ├── testoperation.cpython-37.pyc
│   │   │   │   │   ├── testoptions.cpython-37.pyc
│   │   │   │   │   ├── testprettyprint.cpython-37.pyc
│   │   │   │   │   ├── teststoreoptions.cpython-37.pyc
│   │   │   │   │   ├── testtraversal.cpython-37.pyc
│   │   │   │   │   ├── testtree.cpython-37.pyc
│   │   │   │   │   └── testutils.cpython-37.pyc
│   │   │   │   ├── testapply.py
│   │   │   │   ├── testarchives.py
│   │   │   │   ├── testboundingregion.py
│   │   │   │   ├── testcallable.py
│   │   │   │   ├── testcollation.py
│   │   │   │   ├── testcomposites.py
│   │   │   │   ├── testdimensioned.py
│   │   │   │   ├── testdimensions.py
│   │   │   │   ├── testdynamic.py
│   │   │   │   ├── testelement.py
│   │   │   │   ├── testimportexport.py
│   │   │   │   ├── testlayers.py
│   │   │   │   ├── testlayouts.py
│   │   │   │   ├── testndmapping.py
│   │   │   │   ├── testoperation.py
│   │   │   │   ├── testoptions.py
│   │   │   │   ├── testprettyprint.py
│   │   │   │   ├── teststoreoptions.py
│   │   │   │   ├── testtraversal.py
│   │   │   │   ├── testtree.py
│   │   │   │   └── testutils.py
│   │   │   ├── element
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testannotations.cpython-37.pyc
│   │   │   │   │   ├── testapiconsistency.cpython-37.pyc
│   │   │   │   │   ├── testcomparisonchart.cpython-37.pyc
│   │   │   │   │   ├── testcomparisoncomposite.cpython-37.pyc
│   │   │   │   │   ├── testcomparisondimension.cpython-37.pyc
│   │   │   │   │   ├── testcomparisonpath.cpython-37.pyc
│   │   │   │   │   ├── testcomparisonraster.cpython-37.pyc
│   │   │   │   │   ├── testcomparisonsimple.cpython-37.pyc
│   │   │   │   │   ├── testelementconstructors.cpython-37.pyc
│   │   │   │   │   ├── testelementranges.cpython-37.pyc
│   │   │   │   │   ├── testelementselect.cpython-37.pyc
│   │   │   │   │   ├── testellipsis.cpython-37.pyc
│   │   │   │   │   ├── testgraphelement.cpython-37.pyc
│   │   │   │   │   ├── testimage.cpython-37.pyc
│   │   │   │   │   ├── testpaths.cpython-37.pyc
│   │   │   │   │   ├── testraster.cpython-37.pyc
│   │   │   │   │   └── teststatselements.cpython-37.pyc
│   │   │   │   ├── testannotations.py
│   │   │   │   ├── testapiconsistency.py
│   │   │   │   ├── testcomparisonchart.py
│   │   │   │   ├── testcomparisoncomposite.py
│   │   │   │   ├── testcomparisondimension.py
│   │   │   │   ├── testcomparisonpath.py
│   │   │   │   ├── testcomparisonraster.py
│   │   │   │   ├── testcomparisonsimple.py
│   │   │   │   ├── testelementconstructors.py
│   │   │   │   ├── testelementranges.py
│   │   │   │   ├── testelementselect.py
│   │   │   │   ├── testellipsis.py
│   │   │   │   ├── testgraphelement.py
│   │   │   │   ├── testimage.py
│   │   │   │   ├── testpaths.py
│   │   │   │   ├── testraster.py
│   │   │   │   └── teststatselements.py
│   │   │   ├── __init__.py
│   │   │   ├── ipython
│   │   │   │   ├── __init__.py
│   │   │   │   ├── notebooks
│   │   │   │   │   ├── test_opts_image_cell_magic.ipynb
│   │   │   │   │   ├── test_opts_image_cell_magic_offset.ipynb
│   │   │   │   │   ├── test_opts_image_line_magic.ipynb
│   │   │   │   │   └── test_output_svg_line_magic.ipynb
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testdisplayhooks.cpython-37.pyc
│   │   │   │   │   ├── testmagics.cpython-37.pyc
│   │   │   │   │   ├── testnotebooks.cpython-37.pyc
│   │   │   │   │   ├── testoptscompleter.cpython-37.pyc
│   │   │   │   │   └── testparsers.cpython-37.pyc
│   │   │   │   ├── testdisplayhooks.py
│   │   │   │   ├── testmagics.py
│   │   │   │   ├── testnotebooks.py
│   │   │   │   ├── testoptscompleter.py
│   │   │   │   └── testparsers.py
│   │   │   ├── operation
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testdatashader.cpython-37.pyc
│   │   │   │   │   ├── testoperation.cpython-37.pyc
│   │   │   │   │   ├── teststatsoperations.cpython-37.pyc
│   │   │   │   │   └── testtimeseriesoperations.cpython-37.pyc
│   │   │   │   ├── testdatashader.py
│   │   │   │   ├── testoperation.py
│   │   │   │   ├── teststatsoperations.py
│   │   │   │   └── testtimeseriesoperations.py
│   │   │   ├── plotting
│   │   │   │   ├── bokeh
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── testannotationplot.cpython-37.pyc
│   │   │   │   │   │   ├── testareaplot.cpython-37.pyc
│   │   │   │   │   │   ├── testbarplot.cpython-37.pyc
│   │   │   │   │   │   ├── testboxwhiskerplot.cpython-37.pyc
│   │   │   │   │   │   ├── testcallbacks.cpython-37.pyc
│   │   │   │   │   │   ├── testcurveplot.cpython-37.pyc
│   │   │   │   │   │   ├── testdivplot.cpython-37.pyc
│   │   │   │   │   │   ├── testelementplot.cpython-37.pyc
│   │   │   │   │   │   ├── testerrorbarplot.cpython-37.pyc
│   │   │   │   │   │   ├── testgraphplot.cpython-37.pyc
│   │   │   │   │   │   ├── testgridplot.cpython-37.pyc
│   │   │   │   │   │   ├── testheatmapplot.cpython-37.pyc
│   │   │   │   │   │   ├── testhextilesplot.cpython-37.pyc
│   │   │   │   │   │   ├── testhistogramplot.cpython-37.pyc
│   │   │   │   │   │   ├── testlabels.cpython-37.pyc
│   │   │   │   │   │   ├── testlayoutplot.cpython-37.pyc
│   │   │   │   │   │   ├── testlinks.cpython-37.pyc
│   │   │   │   │   │   ├── testoverlayplot.cpython-37.pyc
│   │   │   │   │   │   ├── testpathplot.cpython-37.pyc
│   │   │   │   │   │   ├── testplot.cpython-37.pyc
│   │   │   │   │   │   ├── testpointplot.cpython-37.pyc
│   │   │   │   │   │   ├── testquadmeshplot.cpython-37.pyc
│   │   │   │   │   │   ├── testradialheatmap.cpython-37.pyc
│   │   │   │   │   │   ├── testrasterplot.cpython-37.pyc
│   │   │   │   │   │   ├── testrenderer.cpython-37.pyc
│   │   │   │   │   │   ├── testsankey.cpython-37.pyc
│   │   │   │   │   │   ├── testserver.cpython-37.pyc
│   │   │   │   │   │   ├── testspikesplot.cpython-37.pyc
│   │   │   │   │   │   ├── testspreadplot.cpython-37.pyc
│   │   │   │   │   │   ├── teststreaming.cpython-37.pyc
│   │   │   │   │   │   ├── testtabular.cpython-37.pyc
│   │   │   │   │   │   ├── testutils.cpython-37.pyc
│   │   │   │   │   │   ├── testvectorfieldplot.cpython-37.pyc
│   │   │   │   │   │   ├── testviolinplot.cpython-37.pyc
│   │   │   │   │   │   └── testwidgets.cpython-37.pyc
│   │   │   │   │   ├── testannotationplot.py
│   │   │   │   │   ├── testareaplot.py
│   │   │   │   │   ├── testbarplot.py
│   │   │   │   │   ├── testboxwhiskerplot.py
│   │   │   │   │   ├── testcallbacks.py
│   │   │   │   │   ├── testcurveplot.py
│   │   │   │   │   ├── testdivplot.py
│   │   │   │   │   ├── testelementplot.py
│   │   │   │   │   ├── testerrorbarplot.py
│   │   │   │   │   ├── testgraphplot.py
│   │   │   │   │   ├── testgridplot.py
│   │   │   │   │   ├── testheatmapplot.py
│   │   │   │   │   ├── testhextilesplot.py
│   │   │   │   │   ├── testhistogramplot.py
│   │   │   │   │   ├── testlabels.py
│   │   │   │   │   ├── testlayoutplot.py
│   │   │   │   │   ├── testlinks.py
│   │   │   │   │   ├── testoverlayplot.py
│   │   │   │   │   ├── testpathplot.py
│   │   │   │   │   ├── testplot.py
│   │   │   │   │   ├── testpointplot.py
│   │   │   │   │   ├── testquadmeshplot.py
│   │   │   │   │   ├── testradialheatmap.py
│   │   │   │   │   ├── testrasterplot.py
│   │   │   │   │   ├── testrenderer.py
│   │   │   │   │   ├── testsankey.py
│   │   │   │   │   ├── testserver.py
│   │   │   │   │   ├── testspikesplot.py
│   │   │   │   │   ├── testspreadplot.py
│   │   │   │   │   ├── teststreaming.py
│   │   │   │   │   ├── testtabular.py
│   │   │   │   │   ├── testutils.py
│   │   │   │   │   ├── testvectorfieldplot.py
│   │   │   │   │   ├── testviolinplot.py
│   │   │   │   │   └── testwidgets.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── matplotlib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── testareaplot.cpython-37.pyc
│   │   │   │   │   │   ├── testboxwhisker.cpython-37.pyc
│   │   │   │   │   │   ├── testcallbacks.cpython-37.pyc
│   │   │   │   │   │   ├── testcurveplot.cpython-37.pyc
│   │   │   │   │   │   ├── testelementplot.cpython-37.pyc
│   │   │   │   │   │   ├── testerrorbarplot.cpython-37.pyc
│   │   │   │   │   │   ├── testgraphplot.cpython-37.pyc
│   │   │   │   │   │   ├── testheatmapplot.cpython-37.pyc
│   │   │   │   │   │   ├── testhextilesplot.cpython-37.pyc
│   │   │   │   │   │   ├── testhistogramplot.cpython-37.pyc
│   │   │   │   │   │   ├── testlabels.cpython-37.pyc
│   │   │   │   │   │   ├── testlayoutplot.cpython-37.pyc
│   │   │   │   │   │   ├── testoverlayplot.cpython-37.pyc
│   │   │   │   │   │   ├── testpathplot.cpython-37.pyc
│   │   │   │   │   │   ├── testplot.cpython-37.pyc
│   │   │   │   │   │   ├── testpointplot.cpython-37.pyc
│   │   │   │   │   │   ├── testquadmeshplot.cpython-37.pyc
│   │   │   │   │   │   ├── testradialheatmap.cpython-37.pyc
│   │   │   │   │   │   ├── testrasterplot.cpython-37.pyc
│   │   │   │   │   │   ├── testrenderer.cpython-37.pyc
│   │   │   │   │   │   ├── testsankey.cpython-37.pyc
│   │   │   │   │   │   ├── testscatter3d.cpython-37.pyc
│   │   │   │   │   │   ├── testspikeplot.cpython-37.pyc
│   │   │   │   │   │   ├── testutils.cpython-37.pyc
│   │   │   │   │   │   ├── testvectorfieldplot.cpython-37.pyc
│   │   │   │   │   │   ├── testviolinplot.cpython-37.pyc
│   │   │   │   │   │   └── testwidgets.cpython-37.pyc
│   │   │   │   │   ├── testareaplot.py
│   │   │   │   │   ├── testboxwhisker.py
│   │   │   │   │   ├── testcallbacks.py
│   │   │   │   │   ├── testcurveplot.py
│   │   │   │   │   ├── testelementplot.py
│   │   │   │   │   ├── testerrorbarplot.py
│   │   │   │   │   ├── testgraphplot.py
│   │   │   │   │   ├── testheatmapplot.py
│   │   │   │   │   ├── testhextilesplot.py
│   │   │   │   │   ├── testhistogramplot.py
│   │   │   │   │   ├── testlabels.py
│   │   │   │   │   ├── testlayoutplot.py
│   │   │   │   │   ├── testoverlayplot.py
│   │   │   │   │   ├── testpathplot.py
│   │   │   │   │   ├── testplot.py
│   │   │   │   │   ├── testpointplot.py
│   │   │   │   │   ├── testquadmeshplot.py
│   │   │   │   │   ├── testradialheatmap.py
│   │   │   │   │   ├── testrasterplot.py
│   │   │   │   │   ├── testrenderer.py
│   │   │   │   │   ├── testsankey.py
│   │   │   │   │   ├── testscatter3d.py
│   │   │   │   │   ├── testspikeplot.py
│   │   │   │   │   ├── testutils.py
│   │   │   │   │   ├── testvectorfieldplot.py
│   │   │   │   │   ├── testviolinplot.py
│   │   │   │   │   └── testwidgets.py
│   │   │   │   ├── plotly
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── testareaplot.cpython-37.pyc
│   │   │   │   │   │   ├── testbarplot.cpython-37.pyc
│   │   │   │   │   │   ├── testbivariateplot.cpython-37.pyc
│   │   │   │   │   │   ├── testboxwhiskerplot.cpython-37.pyc
│   │   │   │   │   │   ├── testcurveplot.cpython-37.pyc
│   │   │   │   │   │   ├── testdistributionplot.cpython-37.pyc
│   │   │   │   │   │   ├── testelementplot.cpython-37.pyc
│   │   │   │   │   │   ├── testerrorbarplot.cpython-37.pyc
│   │   │   │   │   │   ├── testgridplot.cpython-37.pyc
│   │   │   │   │   │   ├── testimageplot.cpython-37.pyc
│   │   │   │   │   │   ├── testlabelplot.cpython-37.pyc
│   │   │   │   │   │   ├── testlayoutplot.cpython-37.pyc
│   │   │   │   │   │   ├── testpath3d.cpython-37.pyc
│   │   │   │   │   │   ├── testplot.cpython-37.pyc
│   │   │   │   │   │   ├── testquadmeshplot.cpython-37.pyc
│   │   │   │   │   │   ├── testscatter3dplot.cpython-37.pyc
│   │   │   │   │   │   ├── testscatterplot.cpython-37.pyc
│   │   │   │   │   │   ├── testspreadplot.cpython-37.pyc
│   │   │   │   │   │   ├── testsurfaceplot.cpython-37.pyc
│   │   │   │   │   │   ├── testtableplot.cpython-37.pyc
│   │   │   │   │   │   ├── testviolinplot.cpython-37.pyc
│   │   │   │   │   │   └── testwidgets.cpython-37.pyc
│   │   │   │   │   ├── testareaplot.py
│   │   │   │   │   ├── testbarplot.py
│   │   │   │   │   ├── testbivariateplot.py
│   │   │   │   │   ├── testboxwhiskerplot.py
│   │   │   │   │   ├── testcurveplot.py
│   │   │   │   │   ├── testdistributionplot.py
│   │   │   │   │   ├── testelementplot.py
│   │   │   │   │   ├── testerrorbarplot.py
│   │   │   │   │   ├── testgridplot.py
│   │   │   │   │   ├── testimageplot.py
│   │   │   │   │   ├── testlabelplot.py
│   │   │   │   │   ├── testlayoutplot.py
│   │   │   │   │   ├── testpath3d.py
│   │   │   │   │   ├── testplot.py
│   │   │   │   │   ├── testquadmeshplot.py
│   │   │   │   │   ├── testscatter3dplot.py
│   │   │   │   │   ├── testscatterplot.py
│   │   │   │   │   ├── testspreadplot.py
│   │   │   │   │   ├── testsurfaceplot.py
│   │   │   │   │   ├── testtableplot.py
│   │   │   │   │   ├── testviolinplot.py
│   │   │   │   │   └── testwidgets.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testcomms.cpython-37.pyc
│   │   │   │   │   ├── testplotutils.cpython-37.pyc
│   │   │   │   │   ├── testrenderclass.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── testcomms.py
│   │   │   │   ├── testplotutils.py
│   │   │   │   ├── testrenderclass.py
│   │   │   │   └── utils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── teststreams.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── teststreams.py
│   │   │   ├── util
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── testtransform.cpython-37.pyc
│   │   │   │   │   └── testutils.cpython-37.pyc
│   │   │   │   ├── testtransform.py
│   │   │   │   └── testutils.py
│   │   │   └── utils.py
│   │   └── util
│   │   ├── command.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   └── transform.cpython-37.pyc
│   │   ├── settings.py
│   │   └── transform.py
│   └── holoviews-1.12.5.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
79 directories, 850 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment