vl_point Function

public function vl_point(x, y, title, xlabel, ylabel, width, height) result(spec)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: x(:)
real(kind=wp), intent(in), contiguous :: y(:)
character(len=*), intent(in), optional :: title
character(len=*), intent(in), optional :: xlabel
character(len=*), intent(in), optional :: ylabel
integer, intent(in), optional :: width
integer, intent(in), optional :: height

Return Value type(spec_t)