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,735
Ocean
  • 375
  • 3
  • 10
  • https://askubuntu.com/a/964814/197910 shows sc-im will plot, but I don't know how. See the URL added to your question for a link to the home page of that package. – K7AAY May 27 '20 at 15:48

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
  • 375
  • 3
  • 10
  • The edit above is by @unrealapex (link), but since the review process is very confusing with highlighted markdown I accidentally rejected it. – Ocean Sep 28 '24 at 14:24