DataFrame(np.random.random((10,10)), columns=["a","b","c","d","e","f","g","h","i","j"]) # plot a heatmap sns.heatmap(df, yticklabels=False). <AxesSubplot:> ...
確定! 回上一頁