protorepl

2017-01-05T13:27:48.000491Z

@jasongilman how can I use proto-repl-charts to get a 2d scatter chart? in the example that you provide on the README, both sequences are numeric but what if I want to pass something like ([x y] [x1 y1] [x2 y2] ....)?

jasongilman 2017-01-05T13:54:29.000492Z

@carocad: do you literally mean "x" or are those stand ins for numbers?

2017-01-05T13:55:26.000493Z

I mean number x, number y ... although a way to pass keywords to use to extract the values would be better 😄

jasongilman 2017-01-05T13:55:32.000494Z

I think I see what you're getting at

2017-01-05T13:56:04.000495Z

I sort of found a way doing custom chart but I am not sure if it is the best (only) way

jasongilman 2017-01-05T13:56:45.000496Z

I'm not super happy with the scatter charts now. You have to pass in the X values in order and then set the labels to the Y values but that will still not get exactly what you want.

jasongilman 2017-01-05T13:56:58.000497Z

If custom charts work I would go with that.

2017-01-05T14:08:02.000498Z

ok will do

2017-01-05T14:09:03.000499Z

by the way, is it actually not possible to use records to display as tables in proto-repl-charts? I get an error when passing a sequence of records as rows 😞

jasongilman 2017-01-05T20:52:36.000501Z

@carocad: I haven't tested records but they should work fine since they're essentially maps. As long as the data is in the right format.