Christopher Pietsch

Results 47 comments of Christopher Pietsch

Hey @MNoichl, thank you for your support to the project! Re: timeline You are doing everything right. I will look into that and make a fix to start with the...

Hey @MNoichl, I just pushed the fix. Can you have a try ?

Sorry for the delay. It would be awesome if you could share the notebook - feel free to add it to the scripts repo. The scale parameter is now optional...

@MNoichl I have added a python notebook for UMAP similarity layouts: https://github.com/cpietsch/vikus-viewer-script/blob/master/similarity-python/umap.ipynb If you are welcome to add yours next to it.

It looks like you are using the map branch ? I would start with the main branch, the map is experimental and not updated yet. Lets talk on slack ?

This feature is indeed not documented yet. So let me explain: - add a multipe: true in your [config.json](https://github.com/cpietsch/vikus-viewer-data/blob/master/recs/config.json#L5) - add a column "imagenum" in your [data.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/recs/data.csv) indicating how many...

Hi @buccalon you did everything right. There is a little bug preventing small collections to be properly displayed. Change `bottomZooming = false` in line https://github.com/frutapao/mlb/blob/master/js/canvas.js#L81 That will do the trick....

Hey @buccalon , I just added a fix for the bottom zooming bug: 3c1bffe1ecd2b233856a5a8cdda02cdff204ccdd Bottom Zooming explained: when in timeline view you can have these text boxes underneath the year....

sure thing! I started something like that here: https://github.com/cpietsch/fw4/blob/gh-pages/vis/js/list.js#L504 The plus / minus keys are probably not difficult to implement since it is just doing a zoom action. For the...

Not sure why, but this error bubbled up again. For example https://beta.observablehq.com/@mbostock/lets-try-t-sne and https://beta.observablehq.com/@fil/hello-tfjs-tsne are now throwing: ``` Error: Failed to link vertex and fragment shaders. ``` I am sure...