Post #966631
2026-04-06 15:37 UTC
Replies (4)
-
@solonovamax@tech.lgbt 2026-04-06 15:38
@BabyFn0rd@tech.lgbt I think what you want is graphviz usually used on the cli, but there are some gui tools for it as well
-
@ShadowJonathan@tech.lgbt 2026-04-06 15:41
@BabyFn0rd@tech.lgbt python + pandas + plotly is what i can recommend, but that requires a bit of coding knowledge, plus data processing knowledge... i could recommend something like this though; https://www.coursera.org/projects/data-visualization-using-plotly with some documentation here: https://plotly.com/python/plotly-fundamentals/
-
@multioculate@mastodon.social 2026-04-06 16:04
@BabyFn0rd@tech.lgbt it's right on the edge between "CLI stuff" and "programming" but have you looked into gnuplot? It's great for non-interactive visualizations akin to what Excel charts can do (and more) and it's very well suited for incorporation into a workflow or pipeline that takes CSVs/TXTs/other flat-files to PNGs or SVGs
-
@arti@mk.absturztau.be 2026-04-06 16:28
@BabyFn0rd@tech.lgbt octave is the open source alternative to matlab and can read csv and plot data in many ways. https://octave.org/