With this code I get the desired heatmap. using Plots dataMatrix=rand(40,10) heatmap(dataMatrix,levels=10,colorbar=false) But I would like ...
確定! 回上一頁