Gnuplot

2020-09-05

  • 1 Basics
  • 2 Utility
    • 2.1 Real Time Monitoring
  • 3 Compile Gnuplot

1 Basics

2 Utility

2.1 Real Time Monitoring

plot 'residual.dat' skip 15 using 1:2 with lines
pause 15
reread

Normally we connect to a server by ssh. If the terminal does not support a good backend, set to a dump terminal.

set term dumb

3 Compile Gnuplot

./configure --prefix=/home/jcshi/Softwares/gnuplot-5.2.7 --with-cwdrc --without-row-help --with-texdir=/home/jcshi/Softwares/gnuplot-5.2.7/tex/latex/gnuplot
make -j 4
make install
.
Created on 2020-09-05 with pandoc