I am trying to run a function in octave from the command line. The function is currently run like so:
octave
octave --silent --persist --eval \'functio
Just use pause after your plotting functions
pause