fplot_plot_object Module



Contents


Interfaces

interface

  • public function get_string_result(this) result(x)

    Returns a string from a plot_object.

    Arguments

    Type IntentOptional Attributes Name
    class(plot_object), intent(in) :: this

    The plot_object object.

    Return Value character(len=:), allocatable

    The result string.


Derived Types

type, public ::  plot_object

The base type for all plot objects.

Type-Bound Procedures

procedure (get_string_result) , public :: get_command_string