prg.f90 Source File


This file depends on

sourcefile~~prg.f90~5~~EfferentGraph sourcefile~prg.f90~5 prg.f90 sourcefile~mod_gnufor.f90 mod_gnufor.f90 sourcefile~prg.f90~5->sourcefile~mod_gnufor.f90

Source Code

!< author: John Burkardt
!<
!<  <span style="color: #337ab7; font-family: cabin; font-size: 1.5em;">
!< **A fortran api to GNUPLOT. Example of use.**
!< </span>
!<
program test_gnufor
use gnufor
implicit none

   call test01()
   call test02()
   call test03()
   call test04()
   call test05()
   call test06()

stop
endprogram test_gnufor