Fork me on GitHub
#data-science
<
2019-03-28
>
drone01:03:38

having some issues rendering a row facet plot with a large dataset (data is inlined via :values, not sure that matters). if I use a row encoding, rendering is very fast. if I instead use a facet operator, rendering is slow and won’t work at all unless I shrink the dataset

drone01:03:47

this is all vega-lite

drone01:03:34

and unfortunately I need the facet operator in order to generate layered views

drone01:03:36

and by “large” I mean 20k records, each with 5 fields

drone01:03:10

ah, providing a :width and :height in the :spec seems to fix it

✔️ 4
metasoarous05:03:26

Glad you have it working!

drone13:03:34

thanks for oz! I had been generating R scripts to use ggplot2 to create figures before oz came around. still learning vega/vega-lite, but it’s been great

metasoarous17:03:07

Glad to hear it! There's a curve, but oh the heights you'll reach 🙂