ogpf is an object based modern fortran code (fortran 2003 / 2008) to invoke gnuplot for data visualization from inside fortran codes.
It is very simple and has similar interface to Matlab plot, surf, contour, meshgrid, ... functions. It also support animation.
The code orginally developed in 2012 and updated to cover new capabilities of gnuplot 5 and deployed to github at the following page:
https://github.com/kookma/ogpf
There is a demo file (demo.f90) to introduce different features of ogpf through simple examples
Log in to post a comment.
ogpf is an object based modern fortran code (fortran 2003 / 2008) to invoke gnuplot for data visualization from inside fortran codes.
It is very simple and has similar interface to Matlab plot, surf, contour, meshgrid, ... functions. It also support animation.
The code orginally developed in 2012 and updated to cover new capabilities of gnuplot 5 and deployed to github at the following page:
https://github.com/kookma/ogpf
There is a demo file (demo.f90) to introduce different features of ogpf through simple examples