fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Provides a container for plot data. More...
Public Member Functions | |
procedure, public | get_name pd_get_name |
Gets the name to associate with this data set. | |
procedure, public | set_name pd_set_name |
Sets the name to associate with this data set. | |
procedure(pd_get_string_result), deferred, public | get_data_string pd_get_string_result |
Gets the GNUPLOT command string containing the actual data to plot. | |
Public Member Functions inherited from fplot_core::plot_object | |
procedure(get_string_result), deferred, public | get_command_string get_string_result |
Returns the appropriate GNUPLOT command string to define the plot object properties. | |
Private Attributes | |
character(len=plotdata_max_name_length) | m_name = "" |
The name of the data set. | |
Provides a container for plot data.
Definition at line 1676 of file fplot_core.f90.
|
pure virtual |
Gets the GNUPLOT command string containing the actual data to plot.
Implemented in fplot_core::filled_plot_data, fplot_core::plot_data_2d, fplot_core::plot_data_3d, fplot_core::plot_data_bar, fplot_core::plot_data_error_bars, fplot_core::plot_data_tri_2d, fplot_core::surface_plot_data, fplot_core::tri_surface_plot_data, and fplot_core::vector_field_plot_data.
Definition at line 1703 of file fplot_core.f90.
procedure, public fplot_core::plot_data::get_name |
Gets the name to associate with this data set.
[in] | this | The plot_data object. |
Definition at line 1690 of file fplot_core.f90.
procedure, public fplot_core::plot_data::set_name |
Sets the name to associate with this data set.
[in,out] | this | The plot_data object. |
[in] | txt | The name. |
Definition at line 1700 of file fplot_core.f90.
|
private |
The name of the data set.
Definition at line 1679 of file fplot_core.f90.