Go to the source code of this file.
Data Types | |
interface | gnufor2::plot |
interface | gnufor2::surf |
interface | gnufor2::image |
Modules | |
module | gnufor2 |
Functions/Subroutines | |
character(len=33) | gnufor2::my_date_and_time () |
character(len=Nc) | gnufor2::output_terminal (terminal) |
subroutine | gnufor2::image_4 (x, y, rgb, pause, terminal, filename, persist, input) |
subroutine | gnufor2::image_3 (rgb, pause, terminal, filename, persist, input) |
subroutine | gnufor2::image_2 (x, y, gray, pause, palette, terminal, filename, persist, input) |
subroutine | gnufor2::image_1 (gray, pause, palette, terminal, filename, persist, input) |
subroutine | gnufor2::plot3d (x, y, z, pause, color, terminal, filename, persist, input, linewidth) |
subroutine | gnufor2::hist (x, n, pause, color, terminal, filename, persist, input) |
subroutine | gnufor2::surf_3 (x, y, z, pause, palette, terminal, filename, pm3d, contour, persist, input) |
subroutine | gnufor2::surf_2 (z, pause, palette, terminal, filename, pm3d, contour, persist, input) |
subroutine | gnufor2::surf_1 (xyz, pause, palette, terminal, filename, pm3d, contour, persist, input) |
subroutine | gnufor2::plot_4 (x1, y1, x2, y2, x3, y3, x4, y4, style, pause, color1, color2, color3, color4, terminal, filename, polar, persist, input, linewidth) |
subroutine | gnufor2::plot_3 (x1, y1, x2, y2, x3, y3, style, pause, color1, color2, color3, terminal, filename, polar, persist, input, linewidth) |
subroutine | gnufor2::plot_2 (x1, y1, x2, y2, style, pause, color1, color2, terminal, filename, polar, persist, input, linewidth) |
subroutine | gnufor2::plot_1 (x1, y1, style, pause, color1, terminal, filename, polar, persist, input, linewidth) |
subroutine | gnufor2::run_gnuplot (command_file_name) |
subroutine | gnufor2::get_unit (iunit) |
Variables | |
character(len=3), parameter | gnufor2::default_linewidth |
character(len=100), parameter | gnufor2::default_color1 |
character(len=100), parameter | gnufor2::default_color2 |
character(len=100), parameter | gnufor2::default_color3 |
character(len=100), parameter | gnufor2::default_color4 |
character(len=100), parameter | gnufor2::default_terminal |
character(len=100), parameter | gnufor2::default_palette |