| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-holoviews | Distribution: openSUSE Tumbleweed |
| Version: 1.22.1 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sat Dec 20 18:44:16 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 26902342 | Source RPM: python-holoviews-1.22.1-1.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).
BSD-3-Clause
* Sat Dec 20 2025 Ben Greiner <code@bnavigator.de>
- Update to 1.22.1
[#]#Enhancements:
* Add text_outline_color and text_outline_width style to Labels
(Bokeh) (#6738, #6746)
* Add support for timedelta axis and Narwhals duration (Bokeh)
(#6734)
* Add numpy masked array to masked_types (#6732)
[#]# Bug Fixes:
* Have hover tool work across different DynamicMaps elements
(Bokeh) (#6748)
* Suppress Runtime warnings for negative size values (Matplotlib)
(#6744)
* Don't error if Heatmap is optimized and color style is used
(#6730)
* Narwhals Series not being seen as arraylike and not computing
dim expression (#6729)
* Check categorical legend dtypes for categories before accessing
it (#6053)
* Element interface mask to allow for np.nan (#5790)
* Wed Sep 17 2025 Ben Greiner <code@bnavigator.de>
- Update to 1.21.0
* This release adds support for sample information on hover for
rasterized/datashaded plots, adds dendrogram plot, and adds
logarithmic support for Histogram. Along with these new
features, this release includes a number of enhancements, bug
fixes, and improved documentation.
[#]# New Features
* Sample information on hover for rasterized/datashaded Bokeh
plot (#6422, #6479, #6531, #6553, #6568, #6581, #6584, #6593,
[#6596], #6609) Add dendrogram plot (#6511, #6625, #6600) Add
logarithmic support for Histogram (#6575)
[#]# Deprecations and removals:
* Minimum supported Python version is now 3.10 (#6549)
* Deprecate the streamz interface (planned removal in 1.23.0)
(#6490)
* Deprecate autoloading RC file (planned removal in 1.23.0)
(#6610)
* Deprecate IPython magic (planned removal in 1.23.0) (#6610)
* Deprecate hv.extension() for hv.extension("matplotlib")
(planned removal in 1.23.0) (#6610)
* Remove unused hv.config parameters: future_deprecations and
warn_options_call (#6610)
[#]# Enhancements:
* [Bokeh] Add hide_toolbar options (#6602)
* [Bokeh] Add radius and radius_dimension to Point plot (#6599,
[#6613])
* [Notebook] Add details option for AbbreviatedException (#6611)
* [Notebook] Improve the content displayed when loading the
extension in a notebook (#6586)
* Add basic reactive expression support in a streams dictionary
(#6563)
* Allow passing dimension as style mapping option #6614
* Support passing selection dictionary to Dataset.select (#6617,
[#6626])
* Pass the backend in holoviews.opts.defaults (#6331)
* Update norm function to handle edge case (#6366)
[#]# Performance:
* Defer Pandas import (#6476, #6574, #6582, #6585)
* Defer datashader.bundling to avoid numba compile time (#6616)
* Defer Panel and Pandas imports in IPython (#6570)
[#]# Fixes:
* Correctly apply Bars style transforms (#6623)
* Don't assume all extents are string in max_extents (#6571)
* Histogram error with datatype dask.array and backend Matplotlib
(#6542)
* Wrong empty element when using apply_when (#6628)
* Add legend to distribution for matplotlib backend (#6544)
* Improve multi_y error for single element (#6543)
* PandasInterface.select with an index and a column (#6579)
* Skip overlay aggregate for NdOverlays with a count aggregator
(#6619)
* Thu Dec 05 2024 Ben Greiner <code@bnavigator.de>
- Skip python313 tests with scikit-image (not available yet)
* Thu Nov 28 2024 Ben Greiner <code@bnavigator.de>
- Update to 1.20.0
[#]# Enhancements
* De-parameterize the options Keywords objects (#6314)
* Freeze models while updating plot(s) (#6315)
* Support hit-tested group-wise wheel zoom renderers for
subcoordinate_y (#6277)
* Adds Bokeh 3.5 enhancements to RangeToolLink (#6341)
* Add MultiAxisTap stream (#6374)
* Add sublabel_index and sublabel_skip option for matplotlib
backend (#6375)
* Handle datetimes and empty selections better for inspect
operations (#6377)
* Improve following behavior when streaming (#6318)
* Enh: Add Scalebar support for subcoordinate_y plots (#6403,
[#6420])
* Support async callbacks for popup (#6390)
* Add popup position and anchor (#6414)
[#]# Bug fixes
* Wrap popup in set_curdoc (#6337)
* Fixes popup being invisible forever after closing once (#6347)
* Disable simple id in notebook (#6367)
* Ensure pixel_ratio is applied when computing resampling
coordinates (#6373)
* Add support for rendering HLine, VLine and Span on multi_y
(#6376)
* Drop the z dimension from ImageStack DataArray before shading
(#6378)
* Improve datetime support for continuous hv.Bars (#6365)
* Don't clone Span in HoverTool (#6387)
* Ensure proper cleanup of stream subscribers (#6389)
* Handle datetime selection in the cuDF interface (#6407)
* Fix popup positioning on polygons (#6411)
* Fix a problem where linked selections were resulting in
repeated columns (#6336)
* Ensure streams are correctly mapped to plots (#6415)
* Fix Bars width for small discrete differences on the x-axis
(#6428)
* Documentation fixes (#6392, #6421)
* Fix rasterizing a Path where categorical values include empty
strings (#6429)
[#]# Compatibility
* Handle DeprecationWarning from Pandas (#6346, #6391)
* Compatibility with Ibis 9.5 (#6371), Python 3.13 (#6383), cuDF
24.10 (#6409), and Matplotlib 3.10 (#6431)
- Replace ignore-pandas-warning.patch with
holoviews-opensuse-pyproject.patch
* Sun Sep 22 2024 Ben Greiner <code@bnavigator.de>
- Make testing multibuild in order to avoid resolver errors with
numba and numpy
* Fri Aug 30 2024 Ben Greiner <code@bnavigator.de>
- Unpin numpy 2
* Mon Jul 08 2024 Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.19.1:
* New features
+ Add support for popups on selection streams
+ Add scalebar support
* Enhancements
+ Add color to bars for Plotly backend
+ Override Curve's count aggregator default to self_intersect=False
+ Zoom tools automatically vertically scaled on subcoordinate_y overlays
+ Use tsdownsample library for downsampling if available
+ Add viewport downsample algorithm
+ Optimize downsample1d when data is shared between layers
+ Support dictionary cmaps for ImageStack
+ Expose hit_dilation in PointPlot
+ Improve autocompletion for lazy module
+ Subcoordinate_y: reverse the renderers by default
+ Add hover_tooltips, hover_mode, hover_formatters opts to easily modify
hover
+ Expose setting hard navigable bounds
+ Add a zoom tool per subcoordinate_y group
+ Support all Bokeh Text style opts in hv.Labels and hv.Text
+ Implement support for retaining Pandas index
+ Add operation for group-wise normalisation
+ Allow Bars to be plotted on continuous axes
+ Add min_interval and max_interval to the RangeToolLink
+ Add support for rasterizing geopandas dataframes directly
+ Allow options for non-enabled backends
+ Support ImageStack in dynspread
+ Add support for cticks
+ Support title font size in Plotly backend
+ Hold rendering until a plot has been fully updated
+ Make Dimension.label source of truth for Dimension identity
+ Allow subcoordinates to be drawn from NdOverlay dimensions
+ Add stream transform
* Bug fixes
+ Ensure no auto index is created when a kdim is part of a multi index
+ Fix hv.Bars with only one value in it
+ Set zIndex of Popup to 1000
+ Handle boolean input in categorically grouped Bars plots
+ Also check for pd.NA in is_nan
+ Don't show figures toolbar on GridSpace
+ Update merge_tool
+ Don't raise KeyError if options don't contain None
+ Force vdims to strings for ImageStack
+ Fixes to Bokeh BoxWhisker
+ Improve groupby behavior for operation histogram
+ Ensure plot ranges for all renderers are combined in auto-ranging
+ Ensure that the downsample algorithm m4 n_out is always a multiple of 4
+ Subcoordinate_y: respect ylim
+ Bug fix for player example pause button
+ Clone if a Tool is as Bokeh model
+ Fix violin plot in Plotly
+ Don't error on TypeError in DaskInterface when sorting
+ Fix hv.help if Info.store is None
+ Change how upper limit is taken for color_levels
+ Fix vectorfield hover
+ Ensure Range streams and RangeToolLink respect subcoordinate axis range
+ Fix pickling state
+ Fix colab rendering
+ Disable batching when subcoordinate_y is enabled
+ Ensure downsample works with non-contiguous arrays
+ Fix issue with range lookups in (y)-axis creation
* Compatibility
+ Compatibility with Bokeh 3.5
+ Compatibility with Matplotlib 3.9
+ pandas: Fix observed FutureWarning for categorial groupby
+ Lazy load dask.dataframe in operations.datashader
+ Numpy 2.0 compatibility
+ Update to support cudf 2024.06
- Remove rpmlintrc, no longer needed.
- Add patch ignore-pandas-warning.patch:
* Ignore warning from Pandas.
- Limit numpy to < 2.
* 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
/etc/alternatives/holoviews /usr/bin/holoviews /usr/bin/holoviews-3.13 /usr/lib/python3.13/site-packages/holoviews /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/METADATA /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/RECORD /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/licenses /usr/lib/python3.13/site-packages/holoviews-1.22.1.dist-info/licenses/LICENSE.txt /usr/lib/python3.13/site-packages/holoviews/__init__.py /usr/lib/python3.13/site-packages/holoviews/__pycache__ /usr/lib/python3.13/site-packages/holoviews/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/__version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/__version.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/annotators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/annotators.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/pyodide.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/pyodide.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/streams.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/__pycache__/streams.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/__version.py /usr/lib/python3.13/site-packages/holoviews/_version.py /usr/lib/python3.13/site-packages/holoviews/annotators.py /usr/lib/python3.13/site-packages/holoviews/core /usr/lib/python3.13/site-packages/holoviews/core/__init__.py /usr/lib/python3.13/site-packages/holoviews/core/__pycache__ /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/accessors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/accessors.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/boundingregion.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/boundingregion.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/decollate.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/decollate.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/dimension.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/dimension.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/io.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/io.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/layout.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/ndmapping.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/ndmapping.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/operation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/operation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/options.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/overlay.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/overlay.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/pprint.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/pprint.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/spaces.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/spaces.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/traversal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/traversal.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/__pycache__/tree.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/accessors.py /usr/lib/python3.13/site-packages/holoviews/core/boundingregion.py /usr/lib/python3.13/site-packages/holoviews/core/data /usr/lib/python3.13/site-packages/holoviews/core/data/__init__.py /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__ /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/array.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/array.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/cudf.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/cudf.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/dask.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/dask.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/grid.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/grid.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/ibis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/ibis.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/image.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/image.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/interface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/interface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/multipath.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/multipath.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/narwhals.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/narwhals.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/pandas.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/pandas.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/xarray.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/__pycache__/xarray.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/data/array.py /usr/lib/python3.13/site-packages/holoviews/core/data/cudf.py /usr/lib/python3.13/site-packages/holoviews/core/data/dask.py /usr/lib/python3.13/site-packages/holoviews/core/data/dictionary.py /usr/lib/python3.13/site-packages/holoviews/core/data/grid.py /usr/lib/python3.13/site-packages/holoviews/core/data/ibis.py /usr/lib/python3.13/site-packages/holoviews/core/data/image.py /usr/lib/python3.13/site-packages/holoviews/core/data/interface.py /usr/lib/python3.13/site-packages/holoviews/core/data/multipath.py /usr/lib/python3.13/site-packages/holoviews/core/data/narwhals.py /usr/lib/python3.13/site-packages/holoviews/core/data/pandas.py /usr/lib/python3.13/site-packages/holoviews/core/data/spatialpandas.py /usr/lib/python3.13/site-packages/holoviews/core/data/spatialpandas_dask.py /usr/lib/python3.13/site-packages/holoviews/core/data/util.py /usr/lib/python3.13/site-packages/holoviews/core/data/xarray.py /usr/lib/python3.13/site-packages/holoviews/core/decollate.py /usr/lib/python3.13/site-packages/holoviews/core/dimension.py /usr/lib/python3.13/site-packages/holoviews/core/element.py /usr/lib/python3.13/site-packages/holoviews/core/io.py /usr/lib/python3.13/site-packages/holoviews/core/layout.py /usr/lib/python3.13/site-packages/holoviews/core/ndmapping.py /usr/lib/python3.13/site-packages/holoviews/core/operation.py /usr/lib/python3.13/site-packages/holoviews/core/options.py /usr/lib/python3.13/site-packages/holoviews/core/overlay.py /usr/lib/python3.13/site-packages/holoviews/core/pprint.py /usr/lib/python3.13/site-packages/holoviews/core/sheetcoords.py /usr/lib/python3.13/site-packages/holoviews/core/spaces.py /usr/lib/python3.13/site-packages/holoviews/core/traversal.py /usr/lib/python3.13/site-packages/holoviews/core/tree.py /usr/lib/python3.13/site-packages/holoviews/core/util /usr/lib/python3.13/site-packages/holoviews/core/util/__init__.py /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__ /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/dependencies.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/dependencies.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/__pycache__/types.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/core/util/dependencies.py /usr/lib/python3.13/site-packages/holoviews/core/util/types.py /usr/lib/python3.13/site-packages/holoviews/element /usr/lib/python3.13/site-packages/holoviews/element/__init__.py /usr/lib/python3.13/site-packages/holoviews/element/__pycache__ /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/chart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/chart.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/chart3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/chart3d.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/comparison.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/comparison.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/geom.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/geom.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/graphs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/graphs.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/path.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/path.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/raster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/raster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/sankey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/sankey.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/stats.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/stats.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/tabular.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/tabular.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/element/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/element/annotation.py /usr/lib/python3.13/site-packages/holoviews/element/chart.py /usr/lib/python3.13/site-packages/holoviews/element/chart3d.py /usr/lib/python3.13/site-packages/holoviews/element/comparison.py /usr/lib/python3.13/site-packages/holoviews/element/geom.py /usr/lib/python3.13/site-packages/holoviews/element/graphs.py /usr/lib/python3.13/site-packages/holoviews/element/path.py /usr/lib/python3.13/site-packages/holoviews/element/raster.py /usr/lib/python3.13/site-packages/holoviews/element/sankey.py /usr/lib/python3.13/site-packages/holoviews/element/selection.py /usr/lib/python3.13/site-packages/holoviews/element/stats.py /usr/lib/python3.13/site-packages/holoviews/element/tabular.py /usr/lib/python3.13/site-packages/holoviews/element/tiles.py /usr/lib/python3.13/site-packages/holoviews/element/util.py /usr/lib/python3.13/site-packages/holoviews/examples /usr/lib/python3.13/site-packages/holoviews/examples/README.md /usr/lib/python3.13/site-packages/holoviews/examples/__pycache__ /usr/lib/python3.13/site-packages/holoviews/examples/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/__pycache__/conftest.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/assets /usr/lib/python3.13/site-packages/holoviews/examples/assets/README.rst /usr/lib/python3.13/site-packages/holoviews/examples/assets/aggregator.png /usr/lib/python3.13/site-packages/holoviews/examples/assets/data_range.png /usr/lib/python3.13/site-packages/holoviews/examples/assets/diseases.csv.gz /usr/lib/python3.13/site-packages/holoviews/examples/assets/emoji_embeddings.csv /usr/lib/python3.13/site-packages/holoviews/examples/assets/energy.csv /usr/lib/python3.13/site-packages/holoviews/examples/assets/fb_edges.csv /usr/lib/python3.13/site-packages/holoviews/examples/assets/fb_nodes.csv /usr/lib/python3.13/site-packages/holoviews/examples/assets/hourly_taxi_data.npz /usr/lib/python3.13/site-packages/holoviews/examples/assets/macaw.png /usr/lib/python3.13/site-packages/holoviews/examples/assets/nesting-diagram.svg /usr/lib/python3.13/site-packages/holoviews/examples/assets/nyc_taxi.csv.gz /usr/lib/python3.13/site-packages/holoviews/examples/assets/penguins.png /usr/lib/python3.13/site-packages/holoviews/examples/assets/selector.png /usr/lib/python3.13/site-packages/holoviews/examples/assets/spike_train.csv.gz /usr/lib/python3.13/site-packages/holoviews/examples/assets/station_info.csv /usr/lib/python3.13/site-packages/holoviews/examples/assets/twophoton.npz /usr/lib/python3.13/site-packages/holoviews/examples/conftest.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__ /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/crossfilter.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/game_of_life.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/gapminder.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/mandelbrot.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/nytaxi_hover.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/bokeh/streaming_psutil.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/__pycache__ /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/flask_app.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/holoviews_app.py /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/templates /usr/lib/python3.13/site-packages/holoviews/examples/gallery/apps/flask/templates/embed.html /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/area_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_histogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_violins.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/bachelors_degrees_by_gender.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/bars_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/box_draw_roi_editor.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/boxplot_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/choropleth_data_link.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/directed_airline_routes.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/dot_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/dragon_curve.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/dropdown_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/emoji_tsne.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/energy_sankey.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/hextile_movie_ratings.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/histogram_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/html_hover_tooltips.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/image_range_tool.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/iris_density_grid.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/iris_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/iris_grouped_grid.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/iris_splom_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/irregular_quadmesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/legend_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/lesmis_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/life_expectancy_split_violin.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/lorenz_attractor_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/mandelbrot_section.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/measles_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/multichannel_timeseries_viewer.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/network_graph.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_airport_connections.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_radial_heatmap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/point_draw_triangulate.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/quiver_demo.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/route_chord.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/scatter_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/square_limit.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/step_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/stocks_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/texas_choropleth_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/timeseries_range_tool.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/topographic_hillshading.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/us_unemployment.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/bokeh/verhulst_mandelbrot.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/area_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_histogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_violins.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/bachelors_degrees_by_gender.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/bars_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/boxplot_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/directed_airline_routes.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/dragon_curve.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/dropdown_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/energy_sankey.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/hextile_movie_ratings.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/histogram_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_density_grid.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_grouped_grid.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_splom_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/irregular_quadmesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/legend_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/lorenz_attractor_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/mandelbrot_section.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/measles_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/network_graph.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_airport_connections.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_radial_heatmap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/polar_scatter_demo.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/quiver_demo.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/route_chord.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/scatter_economic.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/square_limit.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/step_chart.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/stocks_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/surface_3d.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/texas_choropleth_example.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/topographic_hillshading.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/trisurf3d_demo.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/us_unemployment.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/matplotlib/verhulst_mandelbrot.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/plotly /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/plotly/surface_3d.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/gallery/demos/plotly/trisurf3d_demo.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/getting_started /usr/lib/python3.13/site-packages/holoviews/examples/getting_started/1-Introduction.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/getting_started/2-Customization.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/getting_started/3-Tabular_Datasets.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/getting_started/4-Gridded_Datasets.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/getting_started/5-Live_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__ /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/player.py /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/selection_stream.py /usr/lib/python3.13/site-packages/holoviews/examples/reference/apps/bokeh/sine.py /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/DynamicMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/GridSpace.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/HoloMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/Layout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/NdLayout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/NdOverlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/bokeh/Overlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/DynamicMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/GridSpace.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/HoloMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/Layout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/NdLayout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/NdOverlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/matplotlib/Overlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/DynamicMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/GridSpace.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/HoloMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/Layout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/NdLayout.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/NdOverlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/containers/plotly/Overlay.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/assets /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/assets/penguins.png /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Area.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Arrow.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Bars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Bivariate.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Bounds.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Box.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/BoxWhisker.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Chord.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Contours.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Curve.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Dendrogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Distribution.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Div.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Ellipse.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/ErrorBars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Graph.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HLines.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HSV.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HSpans.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HeatMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/HexTiles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Histogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Image.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/ImageStack.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/ItemTable.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Labels.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Path.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Points.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Polygons.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/QuadMesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/RGB.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/RadialHeatMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Raster.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Rectangles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Sankey.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Scatter.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Segments.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Slope.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Spikes.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Spline.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Spread.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Table.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Text.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Tiles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/TriMesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/VLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/VLines.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/VSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/VSpans.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/VectorField.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/bokeh/Violin.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Area.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Arrow.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Bars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Bivariate.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Bounds.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Box.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/BoxWhisker.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Chord.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Contours.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Curve.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Dendrogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Distribution.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Ellipse.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/ErrorBars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Graph.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HLines.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HSV.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HSpans.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HeatMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/HexTiles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Histogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Image.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/ImageStack.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/ItemTable.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Labels.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Path.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Path3D.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Points.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Polygons.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/QuadMesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/RGB.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/RadialHeatMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Raster.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Rectangles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Sankey.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter3D.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Segments.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Slope.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Spikes.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Spline.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Spread.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Surface.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Table.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Text.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/TriMesh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/TriSurface.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/VLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/VLines.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/VSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/VSpans.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/VectorField.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/matplotlib/Violin.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Area.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Bars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Bounds.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Box.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/BoxWhisker.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Curve.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Distribution.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Ellipse.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/ErrorBars.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/HLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/HSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/HeatMap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Histogram.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Image.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/ImageStack.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/ItemTable.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Path3D.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Points.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/RGB.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Raster.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Scatter.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Scatter3D.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Spread.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Surface.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Table.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Tiles.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/TriSurface.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/VLine.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/VSpan.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/elements/plotly/Violin.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/features /usr/lib/python3.13/site-packages/holoviews/examples/reference/features/assets /usr/lib/python3.13/site-packages/holoviews/examples/reference/features/assets/pollen.png /usr/lib/python3.13/site-packages/holoviews/examples/reference/features/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/reference/features/bokeh/Scalebar.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/features/bokeh/Sizebar.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Bounds.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/BoundsX.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/BoundsY.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/BoxEdit.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/CurveEdit.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/FreehandDraw.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/PointDraw.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/PointerX.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/PointerXY.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/PolyDraw.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/PolyEdit.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/RangeXY.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_paired.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_points.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_tap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/bokeh/Tap.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/Bounds.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/BoundsX.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/BoundsY.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/RangeXY.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_paired.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_points.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/01-Annotating_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/02-Composing_Elements.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/03-Applying_Customizations.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/04-Style_Mapping.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/05-Dimensioned_Containers.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/06-Building_Composite_Objects.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/07-Live_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/08-Tabular_Datasets.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/09-Gridded_Datasets.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/10-Indexing_and_Selecting_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/11-Transforming_Elements.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/12-Responding_to_Events.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/13-Custom_Interactivity.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/14-Data_Pipelines.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/15-Large_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/16-Streaming_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/17-Dashboards.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Annotators.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Colormaps.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Continuous_Coordinates.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Customizing_Plots.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Deploying_Bokeh_Apps.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Exporting_and_Archiving.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Geometry_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Interactive_Hover_for_Big_Data.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Linked_Brushing.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Linking_Plots.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Network_Graphs.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Notebook_Magics.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Plots_and_Renderers.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Plotting_with_Bokeh.ipynb /usr/lib/python3.13/site-packages/holoviews/examples/user_guide/Plotting_with_Matplotlib.ipynb /usr/lib/python3.13/site-packages/holoviews/ipython /usr/lib/python3.13/site-packages/holoviews/ipython/__init__.py /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__ /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/archive.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/archive.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/magics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/magics.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/widgets.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/__pycache__/widgets.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/ipython/archive.py /usr/lib/python3.13/site-packages/holoviews/ipython/display_hooks.py /usr/lib/python3.13/site-packages/holoviews/ipython/load_notebook.html /usr/lib/python3.13/site-packages/holoviews/ipython/magics.py /usr/lib/python3.13/site-packages/holoviews/ipython/preprocessors.py /usr/lib/python3.13/site-packages/holoviews/ipython/widgets.py /usr/lib/python3.13/site-packages/holoviews/operation /usr/lib/python3.13/site-packages/holoviews/operation/__init__.py /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__ /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/_datashader_bundling.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/_datashader_bundling.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/datashader.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/datashader.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/downsample.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/downsample.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/normalization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/normalization.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/resample.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/resample.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/stats.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/stats.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/timeseries.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/operation/__pycache__/timeseries.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/operation/_datashader_bundling.py /usr/lib/python3.13/site-packages/holoviews/operation/datashader.py /usr/lib/python3.13/site-packages/holoviews/operation/downsample.py /usr/lib/python3.13/site-packages/holoviews/operation/element.py /usr/lib/python3.13/site-packages/holoviews/operation/normalization.py /usr/lib/python3.13/site-packages/holoviews/operation/resample.py /usr/lib/python3.13/site-packages/holoviews/operation/stats.py /usr/lib/python3.13/site-packages/holoviews/operation/timeseries.py /usr/lib/python3.13/site-packages/holoviews/plotting /usr/lib/python3.13/site-packages/holoviews/plotting/__init__.py /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__ /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/links.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/links.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/mixins.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/mixins.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__init__.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__ /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/annotation.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/callbacks.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/chart.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/element.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/geometry.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/graphs.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/heatmap.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/hex_tiles.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/links.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/path.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/plot.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/raster.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/renderer.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/sankey.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/selection.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/stats.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/styles.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/tabular.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/tiles.py /usr/lib/python3.13/site-packages/holoviews/plotting/bokeh/util.py /usr/lib/python3.13/site-packages/holoviews/plotting/links.py /usr/lib/python3.13/site-packages/holoviews/plotting/mixins.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__init__.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__ /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/annotation.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/chart.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/chart3d.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/default.mplstyle /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/default1.5.mplstyle /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/element.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/geometry.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/graphs.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/heatmap.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/hex_tiles.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/path.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/plot.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/raster.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/renderer.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/sankey.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/stats.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/tabular.py /usr/lib/python3.13/site-packages/holoviews/plotting/mpl/util.py /usr/lib/python3.13/site-packages/holoviews/plotting/plot.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__init__.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__ /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/annotation.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/callbacks.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/chart.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/chart3d.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/dash.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/element.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/images.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/plot.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/raster.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/renderer.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/selection.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/shapes.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/stats.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/tabular.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/tiles.py /usr/lib/python3.13/site-packages/holoviews/plotting/plotly/util.py /usr/lib/python3.13/site-packages/holoviews/plotting/renderer.py /usr/lib/python3.13/site-packages/holoviews/plotting/util.py /usr/lib/python3.13/site-packages/holoviews/pyodide.py /usr/lib/python3.13/site-packages/holoviews/selection.py /usr/lib/python3.13/site-packages/holoviews/streams.py /usr/lib/python3.13/site-packages/holoviews/tests /usr/lib/python3.13/site-packages/holoviews/tests/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/conftest.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_streams.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/test_streams.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/conftest.py /usr/lib/python3.13/site-packages/holoviews/tests/core /usr/lib/python3.13/site-packages/holoviews/tests/core/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_narwhalsinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_narwhalsinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/core/data/base.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_arrayinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_binneddatasets.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_cudfinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_daskinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_dictinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_gridinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_ibisinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_imageinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_multiinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_narwhalsinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_pandasinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_spatialpandas.py /usr/lib/python3.13/site-packages/holoviews/tests/core/data/test_xarrayinterface.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_apply.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_archives.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_boundingregion.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_callable.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_collation.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_composites.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_datasetproperty.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_decollation.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_dimensioned.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_dimensions.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_dynamic.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_element.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_importexport.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_layers.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_layouts.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_ndmapping.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_operation.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_options.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_prettyprint.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_storeoptions.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_traversal.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_tree.py /usr/lib/python3.13/site-packages/holoviews/tests/core/test_utils.py /usr/lib/python3.13/site-packages/holoviews/tests/element /usr/lib/python3.13/site-packages/holoviews/tests/element/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/element/test_annotations.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_apiconsistency.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisonchart.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisoncomposite.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisondimension.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisonpath.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisonraster.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_comparisonsimple.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_elementconstructors.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_elementranges.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_elementselect.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_ellipsis.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_graphelement.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_image.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_paths.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_raster.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_selection.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_statselements.py /usr/lib/python3.13/site-packages/holoviews/tests/element/test_tiles.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ipython/notebooks /usr/lib/python3.13/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic.ipynb /usr/lib/python3.13/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic_offset.ipynb /usr/lib/python3.13/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_line_magic.ipynb /usr/lib/python3.13/site-packages/holoviews/tests/ipython/notebooks/test_output_svg_line_magic.ipynb /usr/lib/python3.13/site-packages/holoviews/tests/ipython/test_displayhooks.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython/test_magics.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython/test_notebooks.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython/test_optscompleter.py /usr/lib/python3.13/site-packages/holoviews/tests/ipython/test_parsers.py /usr/lib/python3.13/site-packages/holoviews/tests/operation /usr/lib/python3.13/site-packages/holoviews/tests/operation/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/operation/test_datashader.py /usr/lib/python3.13/site-packages/holoviews/tests/operation/test_downsample.py /usr/lib/python3.13/site-packages/holoviews/tests/operation/test_operation.py /usr/lib/python3.13/site-packages/holoviews/tests/operation/test_statsoperations.py /usr/lib/python3.13/site-packages/holoviews/tests/operation/test_timeseriesoperations.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_save.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_save.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_annotationplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_areaplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_barplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_boxwhiskerplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_callbacks.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_curveplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_divplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_elementplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_errorbarplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_geomplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_graphplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_gridplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_heatmapplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_hextilesplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_histogramplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_labels.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_layoutplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_links.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_multiaxis.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_overlayplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_pathplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_plot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_pointplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_quadmeshplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_radialheatmap.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_rasterplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_renderer.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_sankey.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_save.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_server.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_spikesplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_spreadplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_streaming.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_subcoordy.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_tabular.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_tiles.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_utils.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_vectorfieldplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/bokeh/test_violinplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_barplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_barplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_distribution.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_distribution.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_annotationplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_areaplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_barplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_boxwhisker.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_callbacks.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_curveplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_distribution.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_elementplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_errorbarplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_graphplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_heatmapplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_hextilesplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_histogramplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_labels.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_layoutplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_overlayplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_pathplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_plot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_pointplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_quadmeshplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_radialheatmap.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_rasterplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_renderer.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_sankey.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_scatter3d.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_spikeplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_utils.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_vectorfieldplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/matplotlib/test_violinplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_areaplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_barplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_bivariateplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_boxwhiskerplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_callbacks.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_curveplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_dash.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_distributionplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_dynamic.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_elementplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_errorbarplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_figuresize.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_gridplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_histogram.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_imageplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_imagestack.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_labelplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_layoutplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_path3d.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_plot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_quadmeshplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_renderer.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_rgb.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_scatter3dplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_scatterplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_shapeplots.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_spreadplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_surfaceplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_tableplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_tiles.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/plotly/test_violinplot.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/test_comms.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/test_plotutils.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/test_renderclass.py /usr/lib/python3.13/site-packages/holoviews/tests/plotting/utils.py /usr/lib/python3.13/site-packages/holoviews/tests/test_annotators.py /usr/lib/python3.13/site-packages/holoviews/tests/test_selection.py /usr/lib/python3.13/site-packages/holoviews/tests/test_streams.py /usr/lib/python3.13/site-packages/holoviews/tests/ui /usr/lib/python3.13/site-packages/holoviews/tests/ui/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/ui/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_autorange.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_autorange.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_callback.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_callback.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_histogram.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_histogram.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_hover.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_hover.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_layout.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_link_selections.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_link_selections.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_links.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_links.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_autorange.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_callback.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_histogram.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_hover.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_layout.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_link_selections.py /usr/lib/python3.13/site-packages/holoviews/tests/ui/bokeh/test_links.py /usr/lib/python3.13/site-packages/holoviews/tests/util /usr/lib/python3.13/site-packages/holoviews/tests/util/__init__.py /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__ /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/tests/util/test_help.py /usr/lib/python3.13/site-packages/holoviews/tests/util/test_init.py /usr/lib/python3.13/site-packages/holoviews/tests/util/test_locator.py /usr/lib/python3.13/site-packages/holoviews/tests/util/test_transform.py /usr/lib/python3.13/site-packages/holoviews/tests/util/test_utils.py /usr/lib/python3.13/site-packages/holoviews/tests/utils.py /usr/lib/python3.13/site-packages/holoviews/util /usr/lib/python3.13/site-packages/holoviews/util/__init__.py /usr/lib/python3.13/site-packages/holoviews/util/__pycache__ /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/_versions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/_versions.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/command.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/command.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/locator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/locator.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/transform.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/transform.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/warnings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/holoviews/util/__pycache__/warnings.cpython-313.pyc /usr/lib/python3.13/site-packages/holoviews/util/_versions.py /usr/lib/python3.13/site-packages/holoviews/util/command.py /usr/lib/python3.13/site-packages/holoviews/util/locator.py /usr/lib/python3.13/site-packages/holoviews/util/parser.py /usr/lib/python3.13/site-packages/holoviews/util/settings.py /usr/lib/python3.13/site-packages/holoviews/util/transform.py /usr/lib/python3.13/site-packages/holoviews/util/warnings.py /usr/share/doc/packages/python313-holoviews /usr/share/doc/packages/python313-holoviews/README.md /usr/share/licenses/python313-holoviews /usr/share/licenses/python313-holoviews/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Mar 5 22:51:13 2026