Procedures

ProcedureLocationProcedure TypeDescription
cm_get_string_result fplot_colormap Interface
get_string_result fplot_plot_object Interface
is_plot_data_function fplot_plot Function

Tests to see if the supplied plot_data object is a plot_data_function based type.

linspace fplot_core_routines Function

Constructs a linearly spaced array.

logspace fplot_core_routines Function

Construcst a logarithmically spaced array.

lpd_get_cmd fplot_plot_data Function

Gets the GNUPLOT command string to represent this line_plot_data object.

meshgrid fplot_core_routines Function

Constructs two matrices (X and Y) from x and y data arrays.

operator(/=) fplot_colors Interface
operator(==) fplot_colors Interface
pa_get_string_result fplot_plot_axis Interface
pd_clear_action fplot_plot_data Interface
pd_get_string_result fplot_plot_data Interface
report_array_size_mismatch_error fplot_errors Subroutine

Reports an array size mismatch error.

report_error fplot_errors Subroutine
report_file_create_error fplot_errors Subroutine

Reports an I/O error related to file creating.

report_matrix_size_mismatch_error fplot_errors Subroutine

Reports a matrix size mismatch error.

report_memory_error fplot_errors Subroutine

Reports a memory allocation error.

simplify_polyline fplot_simplify Interface
spd_get_cmd fplot_plot_data Function

Gets the GNUPLOT command string to represent this scatter_plot_data object.

spd_get_int_value fplot_plot_data Interface
spd_get_string_result fplot_plot_data Interface
spd_get_value fplot_plot_data Interface
spd_set_value fplot_plot_data Interface
term_get_string_result fplot_terminal Interface