pseudo_meta
I love the minimalistic approach of ascii charts:

  Apples         xxxxxxxxxxxxx------- 100
  Bananas        xxxxxxxxxx----------  75
  Oranges        xxxxxxxxxxxxxxxxxxxx 150
  Grapes         xxx-----------------  25
  Pineapples     x-------------------  10
  Watermelons    xxxxxx--------------  50
- https://mrrartpro.com/

- and as Obsidian plugin: https://github.com/alincoop/obsidian-tinychart

bjourne
I use matplotlib/seaborn/plotly-express to generate the figure and write a png. That way I can easily refine the figure once it goes from "trivial" to "complex": customize dpi, axis titles and ticks, latex in labels, annotating the line plots, etc. I'm picky about such details so often what should be easy becomes hard.
cung
I’ve liked using https://draw.io
Crier1002
mermaidjs is my default go-to. it works super well with Claude 3.5 if you ask it to visualize <something> in mermaidjs syntax
ArkimPhiri
I find Google sheets quick and easy.
leros
Export to CSV and make a chart in Google Sheets.
082349872349872
for histograms: stacked '#'s in a tty
gaws
R + ggplot
constantinum
Google sheets for quick barcharts.

Pandas + Seaborn for complex graphs with multiple data points.

chrism238
Google charts
jeffreygoesto
gnuplot
talldayo
matplotlib