Conversation

I really love console slides tool, it is great does have support. But I haven’t found reasonable tool for charts. I mean is great, but I find myself impossible for me to produce heatmap there. So I have produced in one or two hours command line tool (read code glue) consuming vega-lite high level grammar of interactive graphics to do the job. So I can plot directly in and presentern. Now I am afraid to release those about 50 lines of typescript.

1
0
0
@janantos i've done lately most of my math and plotting with julia. it's a bit unstable but quite robust too.
1
0
0
There's support for Sixel, Kitty Image Protocol etc. And recent versions of Julia don't crash as much as it used to :-) Would not use it for calculating trajectories for missiles or space rockets but for my daily use it is definitely good enough...

https://github.com/eschnett/SixelTerm.jl
1
0
0

@jarkko I don’t need to make any calculations I need to plot on simple csv data and that’s all. What I like that vega simple loads data also from remote sources and all I need to describe visualisation. And also I know vega well.

1
0
1
@janantos ok got it :-) tbh, it's not much more complicated what i do with julia...
0
0
0