Demetris Roumis
Demetris Roumis
Yea, we agreed that because of the complexity involved, it would be sufficient (for now) to require group-wise normalization to be explicitly enabled, and so not applied by default.
I made the normalization per group a [separate issue](https://github.com/holoviz/holoviews/issues/6123). I think it could probably go into your postprocessing step.
If not all the curves are assigned a group, then none of the group-wise zooming takes effect. We should either issue a warning/error to assign all curves to a group,...
@philippjfr, is there a potential solution for a larger non-persisted Dask-backed array to make use of rasterize in this context?
hmmm... a simpler example works. so something about the original example code above is throwing things off... ```python import holoviews as hv; hv.extension('bokeh') from holoviews.plotting.links import RangeToolLink from holonote.annotate import...
Just checking which of my issues are still valid. This is still a valid issue.
@Hoxbro , will you have a chance to look into this soon? It takes priority over scale bars, and it's right below the priority of finishing off the pandas index...
If present, I think including the label and group should be the default behavior for the hover tooltips.
> The y_range value passed by the stream is the min/max of APPL in the viewport. It should be the min/max values of the outer range (something like (-0.5, 1.5))....
> In this example, having the minimap y-linked to the plot doesn't really make sense to me. Should it zoom on APPL only? I think having an example closer to...