add_pcolormesh_impl Subroutine

public subroutine add_pcolormesh_impl(self, x, y, c, cmap, vmin, vmax, edgecolors, linewidths, colormap)

Add pseudocolor mesh plot

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

Arguments

Type IntentOptional 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