Demetris Roumis

Results 301 comments of Demetris Roumis

@maximlt, if you have time for CZI next week, please prioritize this

Just checking which of my issues are still valid. This is still a valid issue.

Posting original Bokeh issue filed for context: https://github.com/bokeh/bokeh/issues/13483

And `autorange=y` does not seem to work at all with multiple lines using just HoloViews: ```python import holoviews as hv; hv.extension('bokeh') import numpy as np np.random.seed(42) ys = np.random.randn(101).cumsum(axis=0) curve...

Update from @jlstevens: Together with @maximlt, they found out there is a more general problem with autoranging and overlays that is probably the cause; probably a regression since the multi-axis...

Hi @jlstevens, could you provide a status update on this?

Just checking which of my issues are still valid. This is still a valid issue.