Maxime Liquet

Results 316 issues of Maxime Liquet

For reasons unrelated to examples.holoviz.org (see https://github.com/holoviz-topics/examples/pull/418#discussion_r1847559977), @droumis has implemented inlined downloads (via pooch) on top of anaconda-project `downloads` for the *Multichannel Timeseries* example. I would prefer not to include...

bug

`anaconda-project` allows specifying a list of files to download in its configuration file, with additional features like optional unzip, optional hash verification, optional file renaming, etc. See https://anaconda-project.readthedocs.io/en/latest/user-guide/reference.html#file-downloads for more...

Hi all, on the current site I find the banner animation *on every page* to be a bit disturbing when browsing quickly from one page to another. Opening this issue...

needs: discussion
tag: UX

This feature was added in https://github.com/holoviz/holoviews/pull/4806 without tests. I don't think tests were added since then. The code also swallows all errors, without warning: ```python try: legend = categorical_legend(element, backend=self.backend)...

https://github.com/holoviz/holoviews/pull/4806 added the ability for HoloViews to add a categorical legend for `datashade`d plots. The PR mentioned the option to add a `legend_labels` option to allow remapping labels (https://github.com/holoviz/holoviews/pull/4806). This...

`apply_when` doesn't support `NdOverlay` objects (it only supports `Element` objects) so the following code fails with `AttributeError: 'NdOverlay' object has no attribute 'interface'`. In fact, since `apply_when` is often used...

I'm trying to improve the transition from a rasterized image to its original Points element when `apply_when` is used. The rasterized image in my example is created with a simple...

TRIAGE

Looking at the logs on the CI following the last docs build, we can see the build emits hundreds of warnings. ``` build succeeded, 755 warnings. ```

On the plot below, that is built with a Points element transformed with `apply_when` and `rasterize`, hovering over a data point shows the tooltip of both elements of the overlay...

I got two errors when running the script below (notebook and served) and zooming in. The first one was raised in the web console and happens shortly after starting to...

type: bug