File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1- ! fplot_core.f90
2-
3- ! > @brief \b fplot_core
4- ! !
5- ! ! @par Purpose
6- ! ! FPLOT is a Fortran library providing a means of interacting with
7- ! ! [Gnuplot](http://www.gnuplot.info/) from a Fortran program. The library is
8- ! ! designed in an object-oriented manner, and as such utilizes language features
9- ! ! that require a compiler that supports the 2003 and 2008 standards. Additionally,
10- ! ! it is expected that Gnuplot is installed on the system path. For full
11- ! ! functionallity, a minimum of Gnuplot v5.2 is expected.
12- ! !
13- ! ! @image html example_surface_plot_lighting_2.png
141module fplot_core
2+ ! ! FPLOT is a Fortran library providing a means of interacting with
3+ ! ! [GNUPLOT](http://www.gnuplot.info/) from a Fortran program. The library
4+ ! ! is designed in an object-oriented manner, and as such utilizes language
5+ ! ! features that require a compiler that supports the 2003 standard.
6+ ! ! Additionally, it is expected that Gnuplot is installed on the system
7+ ! ! path. For full functionallity, a minimum of GNUPLOT v5.2 is expected.
158 use fplot_constants
169 use fplot_core_routines
1710 use fplot_colors
You can’t perform that action at this time.
0 commit comments