figure Subroutine

public subroutine figure(width, height)

Python-accessible figure initialization

Arguments: width, height: Optional figure dimensions in pixels (default: 640x480)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: width
integer, intent(in), optional :: height