Problems using Plots.jl

What happens if you omit the input x-y axes in heatmap(x, y, z, …) ?
I.e., run it as:

heatmap(z, …)
1 Like