Plotter
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(SubPlot_), | public, | allocatable | :: | subplot(:,:) |
set Layout of the plots
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot_), | intent(inout) | :: | this | |||
integer(kind=int32), | intent(in) | :: | h_v_size(1:2) |
Show the plots
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot_), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | name |
Create pdf file from the plots
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot_), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | name |
Create png file from the plots
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Plot_), | intent(in) | :: | this | |||
character(len=*), | intent(in) | :: | name |