render_title_only Subroutine

public subroutine render_title_only(backend, title, x_min, x_max, y_min, y_max)

Render only the figure title without drawing axes

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
character(len=:), intent(in), allocatable :: title
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max