1

Using the sc (Spreadsheet Calculator) or (Spreadsheet Calculator Improvised) sc-im (more) I can manage spreadsheets in the terminal.

Is there a way to plot this data in the terminal, too?

I've found termgraph, which allows to plot in the terminal, but it doesn't work with data from sc.

K7AAY
  • 17,705
Ocean
  • 365

1 Answers1

2

Press v to enter visual mode and highlight the data, then enter :plot bar to plot the data as a bar graph. Using :help and searching for plot reveals this information. Other than bar, there's also line, scatter and pie.

Ocean
  • 365