gnuplot
This is an old revision of the document!
Table of Contents
GnuPlot 6.0
GnuPlot 6.0 adds set term block
to use Unicode block or Braille characters for your dumb terminals that support them.
Instructions for compiling
The GnuPlot mirror at GitHub is a little behind the SourceForge one. You'd want at least tag 6.0.0. You can click “Download Snapshot” directly from there. Then unzip it and go into the directly, and make sure to configure with flag –with-bitmap-terminals
.
./prepare ./configure --with-bitmap-terminals make sudo make install
Instructions for WSL
./prepare ./configure --with-bitmap-terminals --with-qt=no make sudo make install
If prepare
complains that aclocal is not found, you also need…
sudo apt-get install automake sudo apt-get install pkg-config
gnuplot.1715044190.txt.gz · Last modified: 2024/05/06 18:09 by dblume