User Tools

Site Tools


gnuplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnuplot [2024/05/07 13:06] dblumegnuplot [2024/11/04 09:21] (current) – [Instructions for WSL] dblume
Line 2: Line 2:
  
 GnuPlot 6.0 adds ''set term block'' to use Unicode block or Braille characters for your dumb terminals that support them. GnuPlot 6.0 adds ''set term block'' to use Unicode block or Braille characters for your dumb terminals that support them.
 +
 +These two plots are of AirPassengers.csv, the top using Braille, the bottom using term "dumb". The Braille is so much better.
 +{{:general:gnuplot_braille.png|}}
  
 ===== Instructions for compiling ===== ===== Instructions for compiling =====
Line 24: Line 27:
   # sudo apt-get install pkg-config (Maybe this was only for QT?)   # sudo apt-get install pkg-config (Maybe this was only for QT?)
  
 +It may say "libgd-based png jpeg gif sixel: no (requires libgd,  see config.log)", but svg will work. If you get the failure, try:
  
 +  sudo apt-get update  # Need to avoid 404s from package repos
 +  sudo apt install libgd-dev
 ===== Instructions for macOS ===== ===== Instructions for macOS =====
  
gnuplot.1715112415.txt.gz · Last modified: 2024/05/07 13:06 by dblume