Demetris Roumis

Results 133 issues of Demetris Roumis

If groups are specified, normalize the y-range of curve-like elements per group, by default.

TRIAGE

As @philippjfr described [here](https://github.com/holoviz/hvplot/issues/1160#issuecomment-1850487740), HoloViews should support grabbing the label for each subcoordinate_y plot from the NdOverlay key. so something like this should just work: ```python import numpy as np...

type: enhancement

[ResampleOperation2D settings for datashader](https://holoviews.org/user_guide/Large_Data.html#:~:text=threshold%3D0.5-,ResampleOperation2D,-.width%3D) are docs-website specific and could confuse users. Let's move them to hidden cells. As was used [here](https://github.com/holoviz/hvplot/pull/1205#issuecomment-1866047361), MyST-NB supports by adding the `hide-cell` tag to the...

type: docs
good first issue

#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) versions ``` Python : 3.11.6 | packaged by conda-forge | (main,...

type: bug

#### Is your feature request related to a problem? Please describe. Target use cases of stacked timeseries commonly utilize a large number of lines and samples. Currently, due to performance...

TRIAGE

Often, researchers will display a [`subcoordinate_y`](https://github.com/holoviz/holoviews/pull/5840)-like plot with timeseries belonging to different groups (e.g. EEG, MEG, ECG, etc). In this context, each group likely has a different unit, sampling rate,...

type: feature

This is a WIP issue to track the investigation of whether HoverTool + CustomJSHover is sufficient to perform the necessary lookups and format all the information in the categorical aggregates...

TRIAGE

This PR closes #1019, which pertains to the lack of hard bounds when panning and zooming using the Bokeh backend. Why? Previously, the axes were unbounded, allowing users to zoom...

tag: backend: bokeh
status: WIP
type: enhancement
czi

[Bokeh 3.3](https://docs.bokeh.org/en/latest/docs/releases.html#release-3-3-0) introduced a ScaleBar. This feature request is to add support for a ScaleBar element in HoloViews.

type: feature
tag: backend: bokeh

When visually exploring large chunked lazy arrays, it would be useful to restrict the loading/rendering to the 'active' chunks extent (maybe with a controllable number of buffer chunks) for certain...

TRIAGE