Just a quick example of how to plot from cmd/shell using Gnuplot (my favourite plotting tool): gnuplot -p -e “plot ‘test.txt’” -p to keep the gnuplot window open once the command has run -e to specify that a gnuplot command follows (in the example above we plotting a data file test.txt”) References: You can download [...]