to_pdf_from_plots_analystclass Function

public function to_pdf_from_plots_analystclass(this, plot, option, layout) result(pdfobj)

Type Bound

Analyst_

Arguments

Type IntentOptional Attributes Name
class(Analyst_), intent(in) :: this
type(Plot_), intent(in) :: plot(:,:)
character(len=*), intent(in), optional :: option
integer(kind=int32), intent(in), optional :: layout(1:2)

Return Value type(PDF_)