Fork me on GitHub
#reveal
<
2021-12-07
>
Joe10:12:53

Hello, what is the data structure I need to be able to display a scatter or line plot? The docs suggest a sequence of tuples of numbers, or just a sequence of numbers. But in both cases the only options I see are view:table, java bean or nav. Is there a trick I'm missing? Thanks

vlaaad12:12:06

Does your coll have more than 1024 items?

Joe12:12:34

It does - is that the limit?

vlaaad13:12:46

I probably should allow more, it was mainly to not check too many items in a coll so actions are faster..

wilkerlucio16:12:37

@U47G49KHQ you can do a sample checking, the s/every from spec does that, and you can control de sample size

vlaaad17:12:04

Yeah I definitely should check a sample

vlaaad17:12:58

I do remember there were javafx performance issues when rendering many nodes in a chart

vlaaad17:12:44

Joe, I would suggest having a look at Vega view

vlaaad17:12:08

It's much more capable than built-in charts

Joe19:12:35

Oh cool, thanks I’ll check it out

Joe19:12:49

Though tbh I love how easy the native reveal graphing is, size limitations notwithstanding.