GNUPLOT Inline Output in iterm2

Using gnuplot in iterm2 we can output result inside terminal combined with imgcat

iterm2 has a function called imgcat which can show image inside terminal. Combined with it, gnuplot can output result in situ.

gnuplot -e "set terminal png; plot 'ho-damped.txt'" | imgcat

Planted: by ;

L Ma (2017). 'GNUPLOT Inline Output in iterm2', Datumorphism, 04 April. Available at: https://datumorphism.leima.is/til/programming/gnuplot-iterm2-imgcat/.