Fritz Lekschas

Results 145 comments of Fritz Lekschas

Having had a quick look, using `jslink` over `observe` is tricky as regl-scatterplot strictly relies on the data indices (incrementing integers) while jscatter also supports selections via a Pandas index....

As far I as know is the problem is that SIMBL doesn't work with Lion so we have to wait till this is fixed. Correct me if I'm wrong :)

Thanks a lot for looking into this and the proposed solutions! I agree that the pixel snapping is not ideal due to the wiggling factor. It'd be cool to be...

That's unfortunately not supported out of the box. But since you only have 42K points, there's a workaround that should visually look identical: for each cluster member to cluster representative...

FYI, I think I have a proper solution for one to many point connections. But I can't say when the feature will land as my time to work on this...

This is a great idea and certainly a feature I'd be happy to add. Technically I think there are a few ways to achieve this and they might all be...

@TheStanian It took a bit but I finally managed to support skipping the spatial index computation. See https://github.com/flekschas/regl-scatterplot/pull/178 for an example. While I haven't had time to implement drawing of...

Apologies for me late response. Which version of HiGlass have you installed? This library unfortunately might not be compatible with newer versions of HiGlass and it requires a special branch...

Have you had a look at https://github.com/higlass/range-track? The _whisker_ mode shows the mean, std, min, and max values at a certain data resolution. Here's a live demo: https://higlass.github.io/range-track/ I don't...

@pkerpedjiev @slowkow The CSS is apparently only loaded when you run in DEBUG mode. Not sure why this is the case but for local instances it's fine (and I stopped...