Add a filled contour plot with color mapping
cmap is the matplotlib-canonical keyword; colormap is a
backward-compatible alias.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(inout) | :: | plots(:) | |||
| type(figure_state_t), | intent(inout) | :: | state | |||
| real(kind=wp), | intent(in), | contiguous | :: | x_grid(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y_grid(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | z_grid(:,:) | ||
| real(kind=wp), | intent(in), | optional | :: | levels(:) | ||
| character(len=*), | intent(in), | optional | :: | cmap | ||
| logical, | intent(in), | optional | :: | show_colorbar | ||
| character(len=*), | intent(in), | optional | :: | label | ||
| character(len=*), | intent(in), | optional | :: | colormap |