fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
The base type for a GNUPLOT object. More...
Public Member Functions | |
procedure(get_string_result), deferred, public | get_command_string get_string_result |
Returns the appropriate GNUPLOT command string to define the plot object properties. | |
The base type for a GNUPLOT object.
Definition at line 305 of file fplot_core.f90.
|
pure virtual |
Returns the appropriate GNUPLOT command string to define the plot object properties.
Implemented in fplot_core::colormap, fplot_core::filled_plot_data, fplot_core::plot_label, fplot_core::legend, fplot_core::multiplot, fplot_core::plot_2d, fplot_core::plot_3d, fplot_core::plot_axis, fplot_core::plot_arrow, fplot_core::plot_bar, fplot_core::plot_data_bar, fplot_core::plot_data_error_bars, fplot_core::plot_data_tri_2d, fplot_core::plot_polar, fplot_core::plot, fplot_core::png_terminal, fplot_core::scatter_plot_data, fplot_core::surface_plot, fplot_core::surface_plot_data, fplot_core::terminal, fplot_core::latex_terminal, fplot_core::tri_surface_plot_data, and fplot_core::vector_field_plot_data.
Definition at line 309 of file fplot_core.f90.