Add contour plot data to internal storage
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(plot_data_t), | intent(inout) | :: | plots(:) | |||
integer, | intent(inout) | :: | plot_count | |||
integer, | intent(in) | :: | max_plots | |||
real(kind=wp), | intent(in) | :: | colors(:,:) | |||
real(kind=wp), | intent(in) | :: | x_grid(:) | |||
real(kind=wp), | intent(in) | :: | y_grid(:) | |||
real(kind=wp), | intent(in) | :: | z_grid(:,:) | |||
real(kind=wp), | intent(in), | optional | :: | levels(:) | ||
character(len=*), | intent(in), | optional | :: | label |