Amit Kapoor
Amit Kapoor
From a grammar perspective, one possibility is to capture all the space-filling layout under the `size` encoding and introduce an option `tile`. This is similar to how `stack` and `bin`...
I will give it one other shot at explaining what I meant. This is just my proposal for a succinct grammar. Please disregard it, if this does not cover everything...
The broad approach is bin-summarise-smooth http://vita.had.co.nz/papers/bigvis.pdf The two implementation approach to look around for this is the bigvis package in R https://github.com/hadley/bigvis and the Datashader package in Python https://github.com/bokeh/datashader This...
Thanks @kachkaev for pointing to the markdown enhanced preview. That does cover vega-lite in yaml and much more! Will try it out and give it a spin. Visdown is currently...
@kanitw Thanks for the feedback. What you suggest would be useful. I have been thinking about building on this further in the following way. 1. Upgrade the webapp - Better...
Thanks @domoritz for asking for this. As @kachkaev mentioned now in #7 , [markdown-preview-enhanced](https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams?id=vega-and-vega-lite) is already supporting vega-lite and vega in YAML as both atom and vscode extension. And also...
Another option is to use luma.gl which is used for deck.gl and kepler.gl by the Uber team. http://uber.github.io/luma.gl/#/ No expert in WebGL, but looks at the ability to handle large...