Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(figure_t), | intent(inout) | :: | fig | |||
real(kind=real64), | intent(out) | :: | rgb_data(:,:,:) | |||
integer, | intent(out) | :: | status |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(figure_t), | intent(inout) | :: | fig | |||
integer(kind=1), | intent(out), | allocatable | :: | png_data(:) | ||
integer, | intent(out) | :: | status |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(figure_t), | intent(inout) | :: | fig |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(figure_t), | intent(in) | :: | fig | |||
real(kind=wp), | intent(in) | :: | x_data | |||
real(kind=wp), | intent(in) | :: | y_data | |||
real(kind=wp), | intent(out) | :: | x_screen | |||
real(kind=wp), | intent(out) | :: | y_screen |