initialize_figure_state Subroutine

public subroutine initialize_figure_state(state, width, height, backend)

Initialize figure state with specified parameters

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
integer, intent(in), optional :: width
integer, intent(in), optional :: height
character(len=*), intent(in), optional :: backend