Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-holoviews-1.18.3-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-holoviews Distribution: openSUSE Tumbleweed
Version: 1.18.3 Vendor: openSUSE
Release: 2.2 Build date: Sat Mar 2 10:44:23 2024
Group: Development/Languages/Python Build host: reproducible
Size: 19644054 Source RPM: python-holoviews-1.18.3-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/holoviz/holoviews
Summary: Composable, declarative visualizations for Python
HoloViews is a Python library for automated plotting of annotated
data.

Instead of building a plot using direct calls to a plotting library,
the developer instead first describes the data with semantic
information and then additional metadata to determine more detailed
aspects of the visualization. This approach provides automatic
visualization that can be requested at any time as the data evolves,
rendered automatically by one of the supported plotting libraries
(such as Bokeh or Matplotlib).

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Mar 02 2024 Ben Greiner <code@bnavigator.de>
  - Skip python39: no xarray anymore
* Sun Feb 18 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.18.3
    * Fix BoundsX and BoundsY regression (#6099)
    * Fix rasterize regression (#6102)
    * Fix link selection for empty Layout (#6110)
    * Don't pin notebook in conda recipe for pyviz channel (#6108)
* Tue Feb 06 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 1.18.2:
    This minor release includes a number of bug fixes and documentation
    updates, as well as compatibility updates for xarray 2023.12 and
    Pandas 2.2.
    * Enhancements:
    - Update contour line calculations to use ContourPy's LineType.ChunkCombinedNan (#5985)
    - Use sys.executable for check_output (#5983)
    - Updates to show_versions ((#6072), (#6081))
    * Bug fixes:
    - Support color_key in datashade when intermediate step is an ImageStack (#5994)
    - Fix hist on overlay (#5995)
    - Set proper context before triggering streams (#6000)
    - Support partial bound function (#6009)
    - Add norm in init_artists in holoviews/plotting/mpl/raster.py (#6029)
    - Fix linking elements that are transformed by a Compositor (#6003)
    - Add datetime hover information for selector (#6023, (#6039))
    - Only evaluate rx if it is an Reactive Expression ((#6014))
    - Ensure partial methods can be used as dmap callables ((#6063))
    - Del frame after stack level is found in deprecated ((#6085))
    * Compatibility:
    - Compatibility updates with xarray 2023.12 (#6026)
    - Add extra check to detect if we are in jupyterlite (#6007)
    - Compatibility updates with Pandas 2.2 ((#6074), (#6078))
    - Add Comm on_open handler to initialize the server comm ((#6076))
    * Documentation:
    - Fix docs (#5996)
    - Fix Param usage in the Plot and Renderers guide (#6001)
    - Fixing URLs to bokeh project (#6005)
    - Fix to broken urls in example gallery pages ((#6038))
    - Replace Google Analytics with GoatCounter ((#6048))
    - Add downloads badges ((#6088))
    * Maintenance:
    - Change to pytest-rerunfailures (#5984)
    - Holoviews maintenance (#5987)
    - Add log_cli_level = "INFO" to pytest (#5989)
    - Add shell pre-commit hook (#5991)
    - Enable Bugbear 904 (#5992)
    - Part 1, modernize test suite (#5954)
    - Enforce labels (#5996)
    - Add lower pin to scipy (#6032)
    - Skip Deploying_Bokeh_Apps.ipynb on Windows ((#6070))
    - Fix failing Windows tests ((#6087))
* Thu Jan 11 2024 Daniel Garcia <daniel.garcia@suse.com>
  - removed numpy125.patch and python3-only.patch, not needed anymore
  - Update to 1.18.1:
    * This release contains a small number of bug fixes and
      compatibility updates
    * Bug fixes:
    - Account for overlaid elements when using subcoordinates_y (#5950)
    - Fix groupby option for vectorized annotations (#5956)
    - Fix and improvements to ImageStack (#5961)
    - Do not allow partial matches when updating OverlayPlot (#5962)
    - Always ravel array in unique_array (#5969)
    * Compatibility:
    - Update Stamen maps with new URL (#5967)
    - Compatibility updates for Numpy 2.0 (#5979)
    * Maintenance:
    - General maintenance (#5955)
  - 1.18.0:
    This release includes new features, improvements, and bug fixes. Among
    these are the new elements. First is the ImageStack element allows you
    to easily visualize a 3D array, while the VLines, HLines, VSpans, and
    HSpans elements allow you to visualize vertical and horizontal lines
    and spans easily. In addition, this release includes support for
    subcoordinate systems in the y-axis and various other enhancements and
    bug fixes. This release adds support for the newest Python 3.12 and
    Bokeh 3.3 and drops support for Python 3.8 and Bokeh 2.
* Thu Aug 31 2023 Markéta Machová <mmachova@suse.com>
  - Update to 1.17.1
    * interactive twin-axis support
    * ability to set custom options on plot components with backend_opts
    * datashaders where and summary aggregators are now supported
    * rasterize now has a selector option
    * Bokeh figures with the same labels will synchronize muteness or
      visibility across different figures
    * several enhancements and bug fixes
  - Add upstream numpy125.patch
  - Add python3-only.patch (sent upstream)
* Wed Jun 07 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.16.1
    * This release contains a small number of important bug fixes and
      enhancements. Many thanks to @philippjfr and @Hoxbro.
    * This release includes a breaking change as notebooks will no
      longer be inlining as default. This change will reduce the size
      of the notebook files and, more importantly, address an
      upstream issue in Jupyter where running hv.extension would give
      an error when used in a notebook.
    [#]# Critical bug fixes and compatibility:
    * Add enable_mathjax and set it and inline to False (#5729)
    * Update to support Datashader on Python 3.11 (#5720)
    [#]# Enhancements:
    * Add show_versions helper function (#5725)
    * Ignore known model warning in VS Code (#5734)
    * Add workaround for plots where the objects in a figure would
      overlap (#5733)
  - Version 1.16.0
    * This release includes many new features, improvements, and bug
      fixes. Among the highlights are support for Bokeh 3.1 and Panel
      1.0, both of which come with a wide range of new features and
      enhancements. Time series support has also been improved, with
      auto-ranging along one axis, a new downsample algorithm, and
      having WebGL enabled by default. In addition, the release
      includes various other enhancements and bug fixes.
    * We would like to thank the many users who contributed to this
      release by filing bug reports, providing new features, and bug
      fixes. We want to give a special shout-out to existing
      contributors @ianthomas23, @jlstevens, @jordansamuels,
      @maximlt, @philippjfr, @TheoMathurin, @Yura52, and @Hoxbro, as
      well as new contributors @GeoVizNow, @JRRudy1, @keewis,
      @michaelaye, and @wendrul.
    * This minor version will be the last to support Python 3.7. The
      next minor version will require Python 3.8 or higher. In the
      next release, holoviews.annotate will start giving a
      deprecation warning about its future move to the new package
      HoloNote.
    [#]# New features:
    * Support for Bokeh 3.1 and Panel 1.0 (#5388, #5620, #5640,
      [#5679], #5683, #5692, #5703)
    * Implement auto-ranging support along one axis (#5554, #5609)
    * Add Largest Triangle Three Buckets (LTTB) as a downsample
      algorithm (#5552)
    * Enable WebGL by default (#5708)
    [#]# Enhancements:
    * Improve legend_cols support for Bokeh 3 (#5669)
    * Add convenience getter interface to opts (#5606)
    * Ensure .stack works on areas with different vdims (#5693)
    * Add muted support to PointPlot like hv.Scatter (#5705)
    * Automatic detect comms without calling pn.extension() (#5645)
    * Add support for extra Hovertool variables in a Bokeh's quadmesh
      with 2D coordinates (with tests) (#5638)
    * Change hv.Rectangles to internally use Bokeh Quad and not Rect
      to support logarithmic axis in WebGL (#5664, #5702)
    [#]# Bug fixes:
    * Ensure spatial_select in non-zero indexed DataFrame is applied
      right (#5625)
    * Fix error handling for plotting class lookups on empty
      DynamicMap/HoloMap (#5604)
    * Fix active_tools to only be set for enabled tools (#5616)
    * Fix legend display when using categorical datashade on GPU
      (#5631)
    * Adding GeoDataFrame to DataConversion (#5325)
    * Don't emit warnings when the toolbar is disabled (#5691)
    * Don't try to find the closest match if the input is empty
      (#5700)
    * Only use long_name if it is a string (#5646)
    * Use Matplotlib's public API to list the colormaps (#5598)
    [#]# Compatibility:
    * Add Param 2.0 support (#5667, #5641, #5680, #5704)
    * Add Pandas 2.0 support (#5662)
    * Update types.functiontype to collections.abc.callable (#5636)
    * Improve error message for categorical data when used with
      datashade (#5643)
    * Don't disable Jedi completion by default (#5701)
    [#]# Known issues:
    * BoxEditTool is not yet supported with the new internals of
      hv.Rectangle.
    [#]# Removals:
    * Raise DataError for non-string column names in DataFrame
      (#5654)
    * Remove deprecated tile sources (#5654)
    * Removed support for apply_groups for old option groups
      signature (#5497)
  - Drop holoviews-pr5649-ipykernel.patch
* Sun Mar 26 2023 Ben Greiner <code@bnavigator.de>
  - Don't test xarray on python38: dropped support
  - Don't test dash on python311: no support yet
  - Don't test datashader on python38, python311: both of the above
  - Add holoviews-pr5649-ipykernel.patch gh#holoviz/holoviews#5649
  - Add disk constraint: big installation
* Wed Feb 08 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.15.4
    * Make lasso select mask values using a Dask-compatible method
      (#5568)
    * Make plotly legend group unique (#5570)
    * Set pan and wheel_zoom as the default Bokeh active tools
      (#5480)
    * Enable rendering colorbars on bokeh GraphPlots (#5585)
    * Add Plotly Scatter3d documentation and fix colorbar title
      (#5418)
    * Only trigger range-update once in callbacks (#5558)
    * Ensure dynamically created subplots can be updated (#5555)
    * Fix start of stack-level in deprecations (#5569)
    * When sorting colormap records, replace None with an empty
      string (#5539)
    * Fix annotator in Geoviews by adding deserialization of
      non-deserialized base64 data (#5587)
    * Fix hv.Empty not working in AdjointLayout plot (#5584)
    * Check for categorical data to histogram (#5540)
    * Fix clim_percentile (#5495)
    * Compatibility with Shapely 2.0 (#5561)
    * Compatibility with Numpy 1.24 (#5581)
    * Compatibility with Ibis 4.0 (#5588)
  - Release to 1.15.3
    * Fix for empty opts warning and incorrect clearing semantics
      (#5496)
    * Fix potential race condition in the Options system (#5535)
    * Add support to Python 3.11 (#5513)
    * Cleanup the top __init__ module (#5516)
  - PEP517 build
* Tue Nov 22 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.15.2
    [#]# Bug fixes:
    * Fix support for jupyterlite (#5502)
    * Improve error message for hv.opts without a plotting backend
      (#5494)
    * Fix warnings exposed in CI logs (#5470)
    * Thanks to @maximlt for various CI fixes (#5484, #5498, #5485)
    [#]# Enhancement:
    * Allow Dimension objects to accept a dictionary specification
      (#5333)
    * Refactor to remove iterrows for loop from connect_edges_pd
      (#5473)
    [#]# Deprecations:
    * Promoted DeprecationWarning to FutureWarning when using pandas
      DataFrames with non-string column names. This will not change
      any functionality but will start warning users about
      functionality that will be deprecated in future.
    * Upgrade warning for invalid dataframe column names (#5472)
  - Release 1.15.1
    [#] Enhancements:
    * Sort output of decimate operation so that it can be used with
      connected Elements (Curve, Area, etc.) (#5452)
    * Ensure HoloViews is importable from a pyodide webworker (#5410)
    * Add support for stepwise Area plots (#5390)
    * Better error message for hv.Cycle when incompatible backend
      activated (#5379)
    * Improvements to VSCode notebook support (#5398)
    * Protect matplotlib tests from global styles (#5311)
    * Faster hashing for arrays and pandas objects (#5455)
    * Add pre-commit hooks to CI actions and fixes to pytest
      configuration (#5385, #5440)
    [#]# Bug Fixes:
    * Allow import of numpy 1.12 (#5367)
    * Fixes handling of iterables in Overlays (#5320)
    * Always return a string when using hv.Dimension.pprint_value
      (#5383)
    * Support widgets in slices for loc and iloc (#5352)
    * Take account of labeled dimension in Bokeh plotting classes
      (#5404)
    * Fix handling of pandas Period ranges (#5393)
    * Fixed declaration of Scatter to Selection1DExpr (#5413)
    * Ensure rangesupdate event fires on all plots with linked axes
      (#5465)
    * Fixed fallback to shapely spatial select (#5468)
    * Many thanks to @Hoxbro for many miscellaneous plotting fixes,
      including fixes to plotting of BoxWhisker, VectorField elements
      (#5397, #5450, #5400, #5409, #5460))
    [#]# API:
    * In future, HoloViews will not allow non-string values for
      pandas DataFrame column names. This deprecation cycle starts by
      issuing a DeprecationWarning that should not be visible to
      users.
    + Issue DeprecationWarning for invalid DataFrame column types
      (#5457)
  - Release 1.15.0
    * This is a major release with a large number of new features and
      bug fixes, as well as updates to Python and Panel
      compatibility.
    [#]# Compatibility:
    * Python 2 support has finally been dropped with 1.14.9 as the
      last release supporting Python 2
    * HoloViews now requires panel >0.13.1 (#4329)
    * Colormaps for the output of the datashade operation have
      changed to address holoviz/datashader#357; see
      rescale_discrete_levels below. To revert to the old colorbar
      behavior, set ColorbarPlot.rescale_discrete_levels = False in
      the bokeh or mpl plotting modules as appropriate.
    * Updated Sankey algorithm means that some users may need to
      update the node_padding parameter for plots generated with
      earlier releases.
    [#]# Major features:
    * After a long period of hotfix releases for the 1.14.9 series,
      many new features on the master branch have been released.
      Features relating to datashader support, linked selection and
      improvements to the Bokeh plotting backend are called out in
      their own sections.
    * Support constructor interface from a spatialpandas
      GeometryArray (#5281)
    * Allow plotting anonymous pandas.Series (#5015)
    * Add support for rendering in pyodide/pyscript (#5338, #5321,
      [#5275])
    [#] Datashader features:
    * The following new features have been added to the datashader
      support in HoloViews, mainly focused on Datashader's new
      support for antialiasing lines as well as the new
      rescale_discrete_levels colormapping option.
    * Add automatic categorical legend for datashaded plots (#4806)
    * Implement line_width support when rasterizing spatialpandas
      paths (#5280)
    * Expose rescale_discrete_levels in the Bokeh backend (#5312)
    * Set rescale_discrete_levels=True by default (#5268)
    [#]# New linked selection features:
    * Implement linked_selection.filter method (#4999)
    * Allow passing custom selection_expr to linked selections filter
      (#5012)
    * Fix AdjointLayout in link_selections (#5030)
    [#]# New features for the Bokeh plotting backend:
    * Add legend_labels option to allow overriding legend labels
      (#5342)
    * Updated sankey algorithm to d3-sankey-v0.12.3 (#4707)
    [#] Other enhancements:
    * Optimize and clean up options system (#4954)
    * Optimize lasso selection by applying box-select first (#5061)
      [#5061]
    * Support ibis-framework version 3 (#5292)
    * Add OpenTopoMap as a tile source (#5052)
    * Show all histograms of an Overlay (#5031)
    [#]# Bug fixes:
    * Fix batch watching and linking of parameters in Params stream
      (#4960, #4956)
    * Ensure Plot.refresh is dispatched immediately if possible
      (#5348)
    * Fix datashader empty overlay aggregation (#5334)
    * Fixed missing handling of nodata for count aggregator with
      column (#4951)
    * Handle pd.NA as missing data in dtype=object column (#5323)
    * Forward DynamicMap.hist dimension parameter to histogram
      creation (#5037)
    * Remove numpy pin from examples (#5285)
    * Fix vmin/vmax deprecation on matplotlib HeatMapPlot (#5300)
    * Don't skip each renderer's load_nb call when multiple extension
      calls are made in a single cell (#5302)
    * Set plotly range correctly for log axis (#5272)
    * Sanitize uses of contextlib.contextmanager (#5018)
    * Ensure overlay_aggregate is not applied for anti-aliased lines
      (#5266)
    * Switch to using bokeh rangesupdate event for Range streams
      (#5265)
    * Fixes for bokeh Callbacks (#5040)
    * Fix for attribute error in matplotlib CompositePlot (#4969)
    * Silenced inappropriate deprecation warnings and updated
      deprecation settings in options system (#5345, #5346)
* Tue Jun 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.9
    * This release contains a small number of important bug fixes as
      well as support for the newly added antialiasing option for
      line rendering in datashader.
    * Improvements to extension loading, improving visual appearance
      in JupyterLab when no logo is used and a check to avoid loading
      unnecessary JavaScript. (#5216, #5249)
    * Add support for setting antialiased line_width on datashader
      line aggregation as well as pixel_ratio setting (#5264, #5288)
    * Added options to customize hover line_(width|join|cap|dash)
      properties (#5211)
    * Fix to respect series order in stacked area plot (#5236)
    * Support buffer streams of unspecified length (#5247) (#5247)
    * Fixed log axis lower bound when data minimum is <= 0 (#5246)
    * Declared GitHub project URL in setup.py (#5227)
    * Fixed streaming Psutil example application (#5243)
    * Respecting Renderer's center property for HoloViews pane
      (#5197)
    * Fix vmin/vmax deprecation in HeatMap plot for matplotlib > 3.3
      (#5300)
  - Release 1.14.8
    * Fixed xarray validation for aliased coordinate (#5169)
    * Fixed xaxis/yaxis options with Matplotlib (#5200)
    * Fixed nested widgets by handling list or tuple values in
      resolve_dependent_value utility (#5184)
    * Fixed issue handling multiple widgets without names (#5185)
    * Fix overlay of two-level categorical plots and HLine (#5203)
    * Added support for Ibis > 2.0 (#5204)
    * Allow lower dimensional views on arbitrary dimensioned elements
      (#5208)
    * Fix escaping of HTML on Div element (#5209)
    * Miscellaneous fixes to unit tests, including cudf test fixes as
      well as addition of Python 3.9 and 3.10 to the test matrix
      (#5166, #5199, #5201, #5206)
* Mon Jan 31 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.8a1
    * nominally a prerelease, but essentially 1.14.7 plus
      gh#holoviz/holoviews#516 : Fix for xarray coordinate validation
  - Required to fix hvplot
  - Datashader also requires dask, so don't test on Python 3.10
    either
* Sat Jan 29 2022 Ben Greiner <code@bnavigator.de>
  - Don't test with dask for Python 3.10: not supported yet.
* Wed Jan 19 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.7
    * Support xyzservices.TileProvider as hv.Tiles input (#5062)
    * Allow reversed layout/overlay binary operators for + and * to
      be used with custom objects (#5073)
    * Fix internal numpy.round usage (#5095)
    * Remove dependency on recent Panel release by importing bokeh
      version from util module (#5103)
    * Add missing bounds for the cache_size Parameter (#5105)
    * Add current_key property to DynamicMap (#5106)
    * Pin freetype on Windows to avoid matplotlib error (#5109)
    * Handle the empty string as a group name (#5131)
    * Do not merge partially overlapping Stream callbacks (#5133)
    * Fix Violin matplotlib rendering with non-finite values (#5135)
    * Fix matplotlib colorbar labeling for dim expressions (#5137)
    * Fix datetime clipping on RangeXY stream (#5138)
    * Ensure FreehandDraw renders when styles are set (#5139)
    * Validate dimensionality of xarray interface data (#5140)
    * Preserve cols when overlaying on layout (#5141)
    * Fix Bars legend error when overlaid with annotation (#5142)
    * Fix plotly Bar plots containing NaNs (#5143)
    * Do not raise deprecated .opts warning for empty groups (#5144)
    * Handle unsigned integer dtype in datashader aggregate operation
      (#5149)
    * Delay projection comparison to optimize geoviews (#5152)
    * Utility to convert datetime64 to int64 and test suite
      maintenance (#5157)
    * Fix for Contours consistent of empty and nonempty paths (#5162)
    * Fix fig_bounds description in Plotting_with_Matplotlib.ipynb
      (#4983)
    * Fix broken link in Gridded user guide (#5098)
    * Switch to the Pydata Sphinx theme (#5163)
* Sat Sep 18 2021 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.6
    * Compatibility for bokeh 2.4 and fixes to processing of falsey
      properties and visible style property (#5059, #5063)
    * Stricter validation of data.interface before calling subclass
      (#5050)
    * Fix to prevent options being ignored in some cases (#5016)
    * Improvements to linked selections including support for linked
      selection lasso for cudf and improved warnings   * (#5044,
      [#5051])
    * Respect apply_ranges at range computation level (#5081)
    * Keep ordering of kdim when stacking Areas (#4971)
    * Apply hover postprocessor on updates (#5039)
  - Release 1.14.5
    * Support for pandas>=1.3 (#5013)
    * Various bug fixes relating to dim transforms including the use
      of parameters in slices and the use of getattribute
      (#4993, #5001, #5005)
  - Release 1.14.4
    Enhancements:
    * Reenable SaveTool for plots with Tiles (#4922)
    * Enable dask TriMesh rasterization using datashader (#4935)
    * Use dataframe index for TriMesh node indices (#4936)
    Bug fixes:
    * Fix hover for stacked Bars (#4892)
    * Check before dereferencing Bokeh colormappers (#4902)
    * Fix multiple parameterized inputs to dim (#4903)
    * Fix floating point error when generating bokeh Palettes (#4911)
    * Fix bug using dimensions with label on Bars (#4929)
    * Do not reverse colormaps with '_r' suffix a second time (#4931)
    * Fix remapping of Params stream parameter names (#4932)
    * Ensure Area.stack keeps labels (#4937)
    Compatibility:
    * Unfortunately a number of tile sources are no longer publicly
      available. Attempting to use these tile sources will now issue
      warnings unless hv.config.
    * raise_deprecated_tilesource_exception is set to
      True in which case exceptions will be raised instead.
    * The Wikipedia tile source is no longer available as it is no
      longer being served outside the wikimedia domain. As one of
      the most frequently used tile sources, HoloViews now issues a
      warning and switches to the OpenStreetMap (OSM) tile source
      instead.
    * The CartoMidnight and CartoEco tile sources are no longer
      publicly available. Attempting to use these tile sources will
      result in a deprecation warning.
  - Refresh remove_nose.patch: with sed line is simpler
* Fri Apr 09 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 1.14.3
    Enhancements:
    * Allow applying linked selections to chained DynamicMap (#4870)
    * Issuing improved error message when __radd__ called with an
      integer (#4868)
    * Implement MultiInterface.assign (#4880)
    * Handle tuple unit on xarray attribute (#4881)
    * Support selection masks and expressions on gridded data (#4882)
    Bug fixes:
    * Handle empty renderers when merging HoverTool.renderers (#4856)
    Compatibility:
    * Support matplotlib versions >=3.4 (#4878)
  - Skip tests not taking into account new functionality with
    matplotlib 3.4.1 -- gh#holoviz/holoviews#4886
* Thu Mar 04 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.14.2:
    * Enhancements:
    - Bokeh 2.3 compatibility (gh#holoviz/holoviews#4805,
      gh#holoviz/holoviews#4809).
    - Supporting dictionary streams parameter in DynamicMaps and
      operations (gh#holoviz/holoviews#4787,
      gh#holoviz/holoviews#4818, gh#holoviz/holoviews#4822).
    - Support spatialpandas DaskGeoDataFrame
      (gh#holoviz/holoviews#4792).
    - Disable zoom on axis for geographic plots
      (gh#holoviz/holoviews#4812
    - Add support for non-aligned data in Area stack classmethod
      (gh#holoviz/holoviews#4836).
    - Handle arrays and datetime ticks
      (gh#holoviz/holoviews#4831).
    - Support single-value numpy array as input to HLine and VLine
      (gh#holoviz/holoviews#4798).
    * Bug fixes:
    - Ensure link_inputs parameter on operations is passed to
      apply (gh#holoviz/holoviews#4795).
    - Fix for muted option on overlaid Bokeh plots
      (gh#holoviz/holoviews#4830).
    - Check for nested dim dependencies
      (gh#holoviz/holoviews#4785).
    - Fixed np.nanmax call when computing ranges
      (gh#holoviz/holoviews#4847).
    - Fix for Dimension pickling (gh#holoviz/holoviews#4843).
    - Fixes for dask backed elements in plotting
      (gh#holoviz/holoviews#4813).
    - Handle isfinite for NumPy and Pandas masked arrays
      (gh#holoviz/holoviews#4817).
    - Fix plotting Graph on top of Tiles/Annotation
      (gh#holoviz/holoviews#4828).
    - Miscellaneous fixes for the Bokeh plotting extension
      (gh#holoviz/holoviews#4814, gh#holoviz/holoviews#4839).
    - Miscellaneous fixes for index based linked selections
      (gh#holoviz/holoviews#4776).
    * Documentation:
    - Expanded on Tap Stream example in Reference Gallery
      (gh#holoviz/holoviews#4782).
    - Miscellaneous typo and broken link fixes
      (gh#holoviz/holoviews#4783, gh#holoviz/holoviews#4827,
      gh#holoviz/holoviews#4844, gh#holoviz/holoviews#4811).
  - Drop holoviews-pr4803-dask2021.patch: upstreamed.
* Thu Feb 11 2021 Ben Greiner <code@bnavigator.de>
  - NEP 29: NumPy dropped Python 3.6 -- skip python36 build for TW
* Wed Feb 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to v1.14.1
    * Fix issues with linked selections on tables (#4758)
    * Fix Heatmap alpha dimension transform (#4757)
    * Do not drop tools in linked selections (#4756)
    * Fixed access to possibly non-existant key (#4742)
  - Add holoviews-pr4803-dask2021.patch to support dask >= 2021.1
    gh#holoviz/holoviews#4803
* Wed Jan 13 2021 Benjamin Greiner <code@bnavigator.de>
  - rpm 4.16 requires strings to be inside quotes for conditionals
  - remove wrong python2 BuildRequires
* Sun Jan 03 2021 Benjamin Greiner <code@bnavigator.de>
  - Update to v1.14.0
    This release brings a number of major features including a
    new IbisInterface, new Plotly Dash support and greatly
    improved Plotly support, and greatly improved interaction
    and integration with Datashader. Many thanks to the many
    contributors to this release, whether directly by submitting
    PRs or by reporting issues and making suggestions.
    Specifically, we would like to thank @philippjfr,
    @jonmmease, and @tonyfast for their work on the
    IbisInterface and @jonmmease for improving Plotly support,
    as well as @kcpevey, @Hoxbro, @marckassay, @mcepl, and
    @ceball for various other enhancements, improvements to
    documentation and testing infrastructure. In addition,
    thanks to the maintainers @jbednar, @jlstevens and
    @philippjfr for contributing to this release. This version
    includes a large number of new features, enhancements, and
    bug fixes.
    It is important to note that version 1.14 will be the last
    HoloViews release supporting Python 2.
    Major features:
    * New Plotly Dash support (#4605)
    * New Plotly support for Tiles element (#4686)
    * New IbisInterface (#4517)
    * Greatly improved Datashader rasterize() (#4567). Previously,
      many of the features of Datashader were available only
      through datashade, which rendered data all the way to RGB
      pixels and thus prevented many client-side Bokeh features
      like hover, colorbars, dynamic colormaps, etc. rasterize now
      supports all these Bokeh features along with nearly all the
      Datashader features previously only available through
      datashade, including (now client-side) histogram
      equalization with cnorm='eq_hist' and easy control of
      transparency via a new Dimension.nodata parameter. See the
      Large Data User Guide for more information.
    Enhancements:
    * Implemented datashader aggregation of Rectangles (#4701)
    * New support for robust color limits (clim_percentile) (#4712)
    * Support for dynamic overlays in link_selections (#4683)
    * Allow clashing Param stream contents (#4677)
    * Ensured pandas does not convert times to UTC (#4711)
    + Removed all use of cyordereddict (#4620)
    * Testing infrastructure moved to GH Actions (#4592)
    Bug fixes:
    * Ensure RangeXY returns x/y ranges in correct order (#4665)
      (#4665)
    * Fix datashader instability with Plotly by disabling padding
      for RGB elements (#4705)
    * Various Dask and cuDF histogram fixes (#4691)
    * Fix handling of custom matplotlib and bokeh colormaps (#4693)
    * Fix cuDF values implementation (#4687)
    * Fixed range calculation on HexTiles (#4689)
    * Use PIL for RGB.load_image (#4639)
    Documentation:
    * Clarified data types accepted by Points (#4430)
    * Updated Introduction notebook (#4682)
    * Fixed releases urls (#4672)
    Compatibility:
    * Warning when there are multiple kdims on Chart elements
      (#4710)
    * Set histogram normed option to False by default (#4258)
    * The default colormap in holoviews is now 'kbc_r' instead of
      'fire'; see issue #3500 for details. This change was made
      mainly because the highest value of the fire colormap is
      white, which meant data was often not visible against a
      white background. To restore the old behavior you can set
      hv.config.default_cmap='fire', which you can do via the
      extension e.g. hv.extension('bokeh',
      config=dict(default_cmap='fire')). There is also
      hv.config.default_gridded_cmap which you can set to 'fire'
      if you wish to use the old colormap for the Raster, Image
      and QuadMesh element types. The default HeatMap colormap has
      also been set to 'kbc_r' for consistency and can be set back
      to the old value of 'RdYlBu_r' via
      hv.config.default_heatmap_cmap.
  - refresh remove_nose.patch
  - drop remove-cyordereddict.patch
  - fix test discovery gh#holoviz/holoviews#4621
    * skip failing tests

Files

/etc/alternatives/holoviews
/usr/bin/holoviews
/usr/bin/holoviews-3.10
/usr/lib/python3.10/site-packages/holoviews
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/RECORD
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/holoviews-1.18.3.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/holoviews/.version
/usr/lib/python3.10/site-packages/holoviews/__init__.py
/usr/lib/python3.10/site-packages/holoviews/__pycache__
/usr/lib/python3.10/site-packages/holoviews/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/annotators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/annotators.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/pyodide.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/pyodide.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/streams.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/__pycache__/streams.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/annotators.py
/usr/lib/python3.10/site-packages/holoviews/core
/usr/lib/python3.10/site-packages/holoviews/core/__init__.py
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/accessors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/accessors.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/boundingregion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/boundingregion.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/decollate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/decollate.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/dimension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/dimension.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/io.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/layout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/layout.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/ndmapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/ndmapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/operation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/operation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/options.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/overlay.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/overlay.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/pprint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/pprint.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/spaces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/spaces.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/traversal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/traversal.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/accessors.py
/usr/lib/python3.10/site-packages/holoviews/core/boundingregion.py
/usr/lib/python3.10/site-packages/holoviews/core/data
/usr/lib/python3.10/site-packages/holoviews/core/data/__init__.py
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/array.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/array.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/cudf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/cudf.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/dask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/dask.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/grid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/grid.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/ibis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/ibis.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/image.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/image.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/interface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/interface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/multipath.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/multipath.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/pandas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/pandas.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/xarray.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/__pycache__/xarray.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/core/data/array.py
/usr/lib/python3.10/site-packages/holoviews/core/data/cudf.py
/usr/lib/python3.10/site-packages/holoviews/core/data/dask.py
/usr/lib/python3.10/site-packages/holoviews/core/data/dictionary.py
/usr/lib/python3.10/site-packages/holoviews/core/data/grid.py
/usr/lib/python3.10/site-packages/holoviews/core/data/ibis.py
/usr/lib/python3.10/site-packages/holoviews/core/data/image.py
/usr/lib/python3.10/site-packages/holoviews/core/data/interface.py
/usr/lib/python3.10/site-packages/holoviews/core/data/multipath.py
/usr/lib/python3.10/site-packages/holoviews/core/data/pandas.py
/usr/lib/python3.10/site-packages/holoviews/core/data/spatialpandas.py
/usr/lib/python3.10/site-packages/holoviews/core/data/spatialpandas_dask.py
/usr/lib/python3.10/site-packages/holoviews/core/data/util.py
/usr/lib/python3.10/site-packages/holoviews/core/data/xarray.py
/usr/lib/python3.10/site-packages/holoviews/core/decollate.py
/usr/lib/python3.10/site-packages/holoviews/core/dimension.py
/usr/lib/python3.10/site-packages/holoviews/core/element.py
/usr/lib/python3.10/site-packages/holoviews/core/io.py
/usr/lib/python3.10/site-packages/holoviews/core/layout.py
/usr/lib/python3.10/site-packages/holoviews/core/ndmapping.py
/usr/lib/python3.10/site-packages/holoviews/core/operation.py
/usr/lib/python3.10/site-packages/holoviews/core/options.py
/usr/lib/python3.10/site-packages/holoviews/core/overlay.py
/usr/lib/python3.10/site-packages/holoviews/core/pprint.py
/usr/lib/python3.10/site-packages/holoviews/core/sheetcoords.py
/usr/lib/python3.10/site-packages/holoviews/core/spaces.py
/usr/lib/python3.10/site-packages/holoviews/core/traversal.py
/usr/lib/python3.10/site-packages/holoviews/core/tree.py
/usr/lib/python3.10/site-packages/holoviews/core/util.py
/usr/lib/python3.10/site-packages/holoviews/element
/usr/lib/python3.10/site-packages/holoviews/element/__init__.py
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/annotation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/annotation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/chart3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/chart3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/comparison.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/comparison.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/geom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/geom.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/graphs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/graphs.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/raster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/raster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/sankey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/sankey.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/tabular.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/tabular.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/element/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/element/annotation.py
/usr/lib/python3.10/site-packages/holoviews/element/chart.py
/usr/lib/python3.10/site-packages/holoviews/element/chart3d.py
/usr/lib/python3.10/site-packages/holoviews/element/comparison.py
/usr/lib/python3.10/site-packages/holoviews/element/geom.py
/usr/lib/python3.10/site-packages/holoviews/element/graphs.py
/usr/lib/python3.10/site-packages/holoviews/element/path.py
/usr/lib/python3.10/site-packages/holoviews/element/raster.py
/usr/lib/python3.10/site-packages/holoviews/element/sankey.py
/usr/lib/python3.10/site-packages/holoviews/element/selection.py
/usr/lib/python3.10/site-packages/holoviews/element/stats.py
/usr/lib/python3.10/site-packages/holoviews/element/tabular.py
/usr/lib/python3.10/site-packages/holoviews/element/tiles.py
/usr/lib/python3.10/site-packages/holoviews/element/util.py
/usr/lib/python3.10/site-packages/holoviews/examples
/usr/lib/python3.10/site-packages/holoviews/examples/README.md
/usr/lib/python3.10/site-packages/holoviews/examples/__pycache__
/usr/lib/python3.10/site-packages/holoviews/examples/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/assets
/usr/lib/python3.10/site-packages/holoviews/examples/assets/diseases.csv.gz
/usr/lib/python3.10/site-packages/holoviews/examples/assets/emoji_embeddings.csv
/usr/lib/python3.10/site-packages/holoviews/examples/assets/energy.csv
/usr/lib/python3.10/site-packages/holoviews/examples/assets/fb_edges.csv
/usr/lib/python3.10/site-packages/holoviews/examples/assets/fb_nodes.csv
/usr/lib/python3.10/site-packages/holoviews/examples/assets/hourly_taxi_data.npz
/usr/lib/python3.10/site-packages/holoviews/examples/assets/nyc_taxi.csv.gz
/usr/lib/python3.10/site-packages/holoviews/examples/assets/penguins.png
/usr/lib/python3.10/site-packages/holoviews/examples/assets/spike_train.csv.gz
/usr/lib/python3.10/site-packages/holoviews/examples/assets/station_info.csv
/usr/lib/python3.10/site-packages/holoviews/examples/assets/twophoton.npz
/usr/lib/python3.10/site-packages/holoviews/examples/conftest.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/crossfilter.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/game_of_life.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/gapminder.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/mandelbrot.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/nytaxi_hover.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/bokeh/streaming_psutil.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/__pycache__
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/flask_app.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/holoviews_app.py
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/templates
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/apps/flask/templates/embed.html
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/area_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_histogram.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_violins.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/bachelors_degrees_by_gender.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/bars_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/box_draw_roi_editor.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/boxplot_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/choropleth_data_link.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/directed_airline_routes.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/dot_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/dragon_curve.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/dropdown_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/eeg_viewer.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/emoji_tsne.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/energy_sankey.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/hextile_movie_ratings.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/histogram_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/image_range_tool.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/iris_density_grid.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/iris_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/iris_grouped_grid.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/iris_splom_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/irregular_quadmesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/legend_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/lesmis_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/life_expectancy_split_violin.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/lorenz_attractor_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/mandelbrot_section.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/measles_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/network_graph.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_airport_connections.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_radial_heatmap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/point_draw_triangulate.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/quiver_demo.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/route_chord.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/scatter_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/square_limit.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/step_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/stocks_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/texas_choropleth_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/timeseries_range_tool.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/topographic_hillshading.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/us_unemployment.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/bokeh/verhulst_mandelbrot.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/area_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_histogram.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_violins.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/bachelors_degrees_by_gender.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/bars_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/boxplot_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/directed_airline_routes.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/dragon_curve.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/dropdown_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/energy_sankey.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/hextile_movie_ratings.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/histogram_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_density_grid.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_grouped_grid.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_splom_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/irregular_quadmesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/legend_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/lorenz_attractor_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/mandelbrot_section.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/measles_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/network_graph.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_airport_connections.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_radial_heatmap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/polar_scatter_demo.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/quiver_demo.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/route_chord.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/scatter_economic.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/square_limit.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/step_chart.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/stocks_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/surface_3d.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/texas_choropleth_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/topographic_hillshading.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/trisurf3d_demo.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/us_unemployment.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/matplotlib/verhulst_mandelbrot.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/plotly
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/plotly/surface_3d.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/gallery/demos/plotly/trisurf3d_demo.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started/1-Introduction.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started/2-Customization.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started/3-Tabular_Datasets.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started/4-Gridded_Datasets.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/getting_started/5-Live_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/player.py
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/selection_stream.py
/usr/lib/python3.10/site-packages/holoviews/examples/reference/apps/bokeh/sine.py
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/DynamicMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/GridSpace.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/HoloMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/Layout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/NdLayout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/NdOverlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/bokeh/Overlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/DynamicMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/GridSpace.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/HoloMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/Layout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/NdLayout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/NdOverlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/matplotlib/Overlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/DynamicMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/GridSpace.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/HoloMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/Layout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/NdLayout.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/NdOverlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/containers/plotly/Overlay.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/assets
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/assets/penguins.png
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Area.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Arrow.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Bars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Bivariate.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Bounds.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Box.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/BoxWhisker.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Chord.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Contours.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Curve.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Distribution.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Div.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Ellipse.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/ErrorBars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Graph.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HLines.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HSV.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HSpans.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HeatMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/HexTiles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Histogram.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Image.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/ImageStack.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/ItemTable.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Labels.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Path.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Points.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Polygons.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/QuadMesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/RGB.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/RadialHeatMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Raster.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Rectangles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Sankey.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Scatter.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Segments.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Slope.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Spikes.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Spline.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Spread.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Table.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Text.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Tiles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/TriMesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/VLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/VLines.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/VSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/VSpans.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/VectorField.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/bokeh/Violin.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Area.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Arrow.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Bars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Bivariate.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Bounds.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Box.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/BoxWhisker.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Chord.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Contours.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Curve.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Distribution.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Ellipse.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/ErrorBars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Graph.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HLines.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HSV.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HSpans.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HeatMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/HexTiles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Histogram.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Image.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/ImageStack.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/ItemTable.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Labels.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Path.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Path3D.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Points.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Polygons.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/QuadMesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/RGB.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/RadialHeatMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Raster.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Rectangles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Sankey.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter3D.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Segments.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Slope.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Spikes.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Spline.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Spread.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Surface.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Table.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Text.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/TriMesh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/TriSurface.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/VLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/VLines.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/VSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/VSpans.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/VectorField.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/matplotlib/Violin.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Area.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Bars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Bounds.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Box.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/BoxWhisker.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Curve.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Distribution.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Ellipse.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/ErrorBars.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/HLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/HSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/HeatMap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Histogram.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Image.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/ImageStack.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/ItemTable.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Path3D.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Points.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/RGB.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Raster.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Scatter.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Scatter3D.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Spread.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Surface.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Table.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Tiles.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/TriSurface.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/VLine.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/VSpan.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/elements/plotly/Violin.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/features
/usr/lib/python3.10/site-packages/holoviews/examples/reference/features/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/reference/features/bokeh/table_hooks_example.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Bounds.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/BoundsX.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/BoundsY.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/BoxEdit.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/CurveEdit.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/FreehandDraw.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/PointDraw.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/PointerX.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/PointerXY.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/PolyDraw.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/PolyEdit.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/RangeXY.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_paired.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_points.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_tap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/bokeh/Tap.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/Bounds.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/BoundsX.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/BoundsY.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/RangeXY.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_paired.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_points.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/01-Annotating_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/02-Composing_Elements.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/03-Applying_Customizations.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/04-Style_Mapping.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/05-Dimensioned_Containers.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/06-Building_Composite_Objects.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/07-Live_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/08-Tabular_Datasets.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/09-Gridded_Datasets.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/10-Indexing_and_Selecting_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/11-Transforming_Elements.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/12-Responding_to_Events.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/13-Custom_Interactivity.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/14-Data_Pipelines.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/15-Large_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/16-Streaming_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/17-Dashboards.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Annotators.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Colormaps.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Continuous_Coordinates.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Customizing_Plots.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Deploying_Bokeh_Apps.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Exporting_and_Archiving.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Geometry_Data.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Installing_and_Configuring.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Linked_Brushing.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Linking_Plots.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Network_Graphs.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Notebook_Magics.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Plots_and_Renderers.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Plotting_with_Bokeh.ipynb
/usr/lib/python3.10/site-packages/holoviews/examples/user_guide/Plotting_with_Matplotlib.ipynb
/usr/lib/python3.10/site-packages/holoviews/ipython
/usr/lib/python3.10/site-packages/holoviews/ipython/__init__.py
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/archive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/archive.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/magics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/magics.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/ipython/archive.py
/usr/lib/python3.10/site-packages/holoviews/ipython/display_hooks.py
/usr/lib/python3.10/site-packages/holoviews/ipython/load_notebook.html
/usr/lib/python3.10/site-packages/holoviews/ipython/magics.py
/usr/lib/python3.10/site-packages/holoviews/ipython/preprocessors.py
/usr/lib/python3.10/site-packages/holoviews/ipython/widgets.py
/usr/lib/python3.10/site-packages/holoviews/operation
/usr/lib/python3.10/site-packages/holoviews/operation/__init__.py
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/datashader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/datashader.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/downsample.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/downsample.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/normalization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/normalization.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/resample.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/resample.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/timeseries.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/__pycache__/timeseries.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/operation/datashader.py
/usr/lib/python3.10/site-packages/holoviews/operation/downsample.py
/usr/lib/python3.10/site-packages/holoviews/operation/element.py
/usr/lib/python3.10/site-packages/holoviews/operation/normalization.py
/usr/lib/python3.10/site-packages/holoviews/operation/resample.py
/usr/lib/python3.10/site-packages/holoviews/operation/stats.py
/usr/lib/python3.10/site-packages/holoviews/operation/timeseries.py
/usr/lib/python3.10/site-packages/holoviews/plotting
/usr/lib/python3.10/site-packages/holoviews/plotting/__init__.py
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/links.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/links.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__init__.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/annotation.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/callbacks.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/chart.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/element.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/geometry.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/graphs.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/heatmap.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/hex_tiles.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/links.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/path.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/plot.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/raster.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/renderer.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/sankey.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/selection.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/stats.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/styles.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/tabular.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/tiles.py
/usr/lib/python3.10/site-packages/holoviews/plotting/bokeh/util.py
/usr/lib/python3.10/site-packages/holoviews/plotting/links.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mixins.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__init__.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/annotation.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/chart.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/chart3d.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/default.mplstyle
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/default1.5.mplstyle
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/element.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/geometry.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/graphs.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/heatmap.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/hex_tiles.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/path.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/plot.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/raster.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/renderer.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/sankey.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/stats.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/tabular.py
/usr/lib/python3.10/site-packages/holoviews/plotting/mpl/util.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plot.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__init__.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/annotation.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/callbacks.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/chart.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/chart3d.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/dash.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/element.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/images.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/plot.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/raster.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/renderer.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/selection.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/shapes.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/stats.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/tabular.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/tiles.py
/usr/lib/python3.10/site-packages/holoviews/plotting/plotly/util.py
/usr/lib/python3.10/site-packages/holoviews/plotting/renderer.py
/usr/lib/python3.10/site-packages/holoviews/plotting/util.py
/usr/lib/python3.10/site-packages/holoviews/pyodide.py
/usr/lib/python3.10/site-packages/holoviews/selection.py
/usr/lib/python3.10/site-packages/holoviews/streams.py
/usr/lib/python3.10/site-packages/holoviews/tests
/usr/lib/python3.10/site-packages/holoviews/tests/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_streams.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/test_streams.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/conftest.py
/usr/lib/python3.10/site-packages/holoviews/tests/core
/usr/lib/python3.10/site-packages/holoviews/tests/core/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/base.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_arrayinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_binneddatasets.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_cudfinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_daskinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_dictinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_gridinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_ibisinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_imageinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_multiinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_pandasinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_spatialpandas.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/data/test_xarrayinterface.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_apply.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_archives.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_boundingregion.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_callable.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_collation.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_composites.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_datasetproperty.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_decollation.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_dimensioned.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_dimensions.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_dynamic.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_element.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_importexport.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_layers.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_layouts.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_ndmapping.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_operation.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_options.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_prettyprint.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_storeoptions.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_traversal.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_tree.py
/usr/lib/python3.10/site-packages/holoviews/tests/core/test_utils.py
/usr/lib/python3.10/site-packages/holoviews/tests/element
/usr/lib/python3.10/site-packages/holoviews/tests/element/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_annotations.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_apiconsistency.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisonchart.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisoncomposite.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisondimension.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisonpath.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisonraster.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_comparisonsimple.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_elementconstructors.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_elementranges.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_elementselect.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_ellipsis.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_graphelement.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_image.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_paths.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_raster.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_selection.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_statselements.py
/usr/lib/python3.10/site-packages/holoviews/tests/element/test_tiles.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/notebooks
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic.ipynb
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic_offset.ipynb
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_line_magic.ipynb
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/notebooks/test_output_svg_line_magic.ipynb
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/test_displayhooks.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/test_magics.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/test_notebooks.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/test_optscompleter.py
/usr/lib/python3.10/site-packages/holoviews/tests/ipython/test_parsers.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/operation/test_datashader.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation/test_downsample.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation/test_operation.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation/test_statsoperations.py
/usr/lib/python3.10/site-packages/holoviews/tests/operation/test_timeseriesoperations.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_annotationplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_areaplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_barplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_boxwhiskerplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_callbacks.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_curveplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_divplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_elementplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_errorbarplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_geomplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_graphplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_gridplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_heatmapplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_hextilesplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_histogramplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_labels.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_layoutplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_links.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_multiaxis.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_overlayplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_pathplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_plot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_pointplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_quadmeshplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_radialheatmap.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_rasterplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_renderer.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_sankey.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_server.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_spikesplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_spreadplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_streaming.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_subcoordy.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_tabular.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_tiles.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_utils.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_vectorfieldplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/bokeh/test_violinplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_annotationplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_areaplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_boxwhisker.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_callbacks.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_curveplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_elementplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_errorbarplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_graphplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_heatmapplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_hextilesplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_histogramplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_labels.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_layoutplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_overlayplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_pathplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_plot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_pointplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_quadmeshplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_radialheatmap.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_rasterplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_renderer.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_sankey.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_scatter3d.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_spikeplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_utils.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_vectorfieldplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/matplotlib/test_violinplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_areaplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_barplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_bivariateplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_boxwhiskerplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_callbacks.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_curveplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_dash.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_distributionplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_dynamic.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_elementplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_errorbarplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_figuresize.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_gridplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_histogram.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_imageplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_imagestack.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_labelplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_layoutplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_path3d.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_plot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_quadmeshplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_renderer.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_rgb.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_scatter3dplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_scatterplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_shapeplots.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_spreadplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_surfaceplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_tableplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_tiles.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/plotly/test_violinplot.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/test_comms.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/test_plotutils.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/test_renderclass.py
/usr/lib/python3.10/site-packages/holoviews/tests/plotting/utils.py
/usr/lib/python3.10/site-packages/holoviews/tests/test_annotators.py
/usr/lib/python3.10/site-packages/holoviews/tests/test_selection.py
/usr/lib/python3.10/site-packages/holoviews/tests/test_streams.py
/usr/lib/python3.10/site-packages/holoviews/tests/util
/usr/lib/python3.10/site-packages/holoviews/tests/util/__init__.py
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/tests/util/test_help.py
/usr/lib/python3.10/site-packages/holoviews/tests/util/test_init.py
/usr/lib/python3.10/site-packages/holoviews/tests/util/test_locator.py
/usr/lib/python3.10/site-packages/holoviews/tests/util/test_transform.py
/usr/lib/python3.10/site-packages/holoviews/tests/util/test_utils.py
/usr/lib/python3.10/site-packages/holoviews/tests/utils.py
/usr/lib/python3.10/site-packages/holoviews/util
/usr/lib/python3.10/site-packages/holoviews/util/__init__.py
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/_versions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/_versions.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/locator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/locator.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/transform.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/transform.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/warnings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holoviews/util/__pycache__/warnings.cpython-310.pyc
/usr/lib/python3.10/site-packages/holoviews/util/_versions.py
/usr/lib/python3.10/site-packages/holoviews/util/command.py
/usr/lib/python3.10/site-packages/holoviews/util/locator.py
/usr/lib/python3.10/site-packages/holoviews/util/parser.py
/usr/lib/python3.10/site-packages/holoviews/util/settings.py
/usr/lib/python3.10/site-packages/holoviews/util/transform.py
/usr/lib/python3.10/site-packages/holoviews/util/warnings.py
/usr/share/doc/packages/python310-holoviews
/usr/share/doc/packages/python310-holoviews/CHANGELOG.md
/usr/share/doc/packages/python310-holoviews/README.md
/usr/share/licenses/python310-holoviews
/usr/share/licenses/python310-holoviews/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024