Plotting Gnuplot Directly from Fortran
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=jhBLvcGVEdk
We have to create text file data.plt first for gnuplot before running compiled fortran program. • It's important to know that text file data is not same as text file data.plt . The data is generated by compiled fortran program while data.plt is manually created for gnuplot command. • I used Nano Editor, gnuplot, gfortran and gedit on this Ubuntu installed on Acer Aspire One. • http://www.nugroho.life
#############################