Add pseudocolor mesh plot
cmap is the matplotlib-canonical keyword; colormap is a
backward-compatible alias.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(figure_t), | intent(inout) | :: | self | |||
| real(kind=wp), | intent(in), | contiguous | :: | x(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | c(:,:) | ||
| character(len=*), | intent(in), | optional | :: | cmap | ||
| real(kind=wp), | intent(in), | optional | :: | vmin | ||
| real(kind=wp), | intent(in), | optional | :: | vmax | ||
| character(len=*), | intent(in), | optional | :: | edgecolors | ||
| real(kind=wp), | intent(in), | optional | :: | linewidths | ||
| character(len=*), | intent(in), | optional | :: | colormap |