figure_add_pcolormesh Subroutine

public subroutine figure_add_pcolormesh(plots, state, x, y, c, cmap, vmin, vmax, edgecolors, linewidths, colormap)

Add a pcolormesh plot

cmap is the matplotlib-canonical keyword; colormap is a backward-compatible alias.

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout) :: plots(:)
type(figure_state_t), intent(inout) :: state
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
real(kind=wp), intent(in), optional :: edgecolors(3)
real(kind=wp), intent(in), optional :: linewidths
character(len=*), intent(in), optional :: colormap