gnuplot command line hello world (source code)

= gnuplot command line hello world
{c}

https://askubuntu.com/questions/277363/gnuplot-not-showing-the-graph-window/683073#683073

CLI hello world:
``
gnuplot -p -e 'p sin(x)'
``