show Interface

public interface show

Module Procedures

public subroutine show_data(x, y, label, title_text, xlabel_text, ylabel_text, blocking)

Show a line plot and optionally apply labels before displaying it.

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: x(:)
real(kind=wp), intent(in), contiguous :: y(:)
character(len=*), intent(in), optional :: label
character(len=*), intent(in), optional :: title_text
character(len=*), intent(in), optional :: xlabel_text
character(len=*), intent(in), optional :: ylabel_text
logical, intent(in), optional :: blocking

public subroutine show_figure(blocking)

Display the current figure.

Read more…

Arguments

Type IntentOptional Attributes Name
logical, intent(in), optional :: blocking