fortplot_subplot_layout Module



Subroutines

public subroutine compute_tight_subplot_margins(backend, subplots_array, nr, nc, xscale, yscale, symlog_threshold, left_f, right_f, bottom_f, top_f, ok)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: backend
type(subplot_data_t), intent(in) :: subplots_array(:,:)
integer, intent(in) :: nr
integer, intent(in) :: nc
character(len=*), intent(in) :: xscale
character(len=*), intent(in) :: yscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(out), allocatable :: left_f(:,:)
real(kind=wp), intent(out), allocatable :: right_f(:,:)
real(kind=wp), intent(out), allocatable :: bottom_f(:,:)
real(kind=wp), intent(out), allocatable :: top_f(:,:)
logical, intent(out) :: ok