Demetris Roumis
Demetris Roumis
> One more comment, it's not 100% clear to me if the hard bounds should always be drawn from the combined bounds, i.e. data range, Dimension.range, Dimension.soft_range and x|ylim or...
Also need to test overlaid plots, especially when one or both have dim ranges set..
ready for review
observation, bar charts are only constrained on the continuous axis. I think that's ok for now. see https://github.com/bokeh/bokeh/issues/13830 ```python data = [('one',8),('two', 10), ('three', 16), ('four', 8), ('five', 4), ('six',...
observation: adding vspans to a plot that already has `apply_hard_bounds=True` doesn't screw up the hard range. ✅ Also, setting `apply_hard_bounds=True` directly on the vspan/hspan element is pointless as they are...
not declaratively, but you can do something like this if you know which axis is going to be non-continuous: `default_tools=['ywheel_zoom', 'ypan', 'reset']` https://github.com/holoviz/holoviews/assets/6613202/eb5d9c46-6eb0-4bf9-9071-edb19bcfa1e8
After talking with @philippjfr, the updated task is to first try to utilize tsdownsample directly (if it is available). Then we'll have LTTB and MinMaxLTTB available to us and we...
The remaining task has to do with hvPlot, so I'll close this as the HoloViews aspects are largely completed
An extension/alternative approach could be to save a downsampled/aggregated image of the minimap as you pass over all the chunks, and have some other way to then indicate which chunks...
Chunking could potentially be in both dimensions