Python pcolormesh() alternative in JULIA --`Makie.convert_arguments` for the plot type MakieCore.Heatmap and its conversion trait MakieCore.CellGrid() was unsuccessful

My Python heatmap looks like as shown in Plotting Heatmap with many attributes

Python heatmap() function is taking input of x and y as matrices. How can i get such heatmap in Julia? In Julia heatmap() function don’t accept x qnd y input as matrices.