!< 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