recherche

Maison  >  Questions et réponses  >  le corps du texte

python - 如何使用matplotlib和numpy绘制热力图

现有3个list

x = [x0, x1, x2, ..., xn]
y = [y0, y1, y2, ..., yn]
v = [v0, v1, v2, ..., vn]

希望可以据此生成热力图,效果类似http://stackoverflow.com/questions/21663358/gnuplot-heatmap-xyz 答案里的效果。搜索了一些类似的问题但是好像不太一样(http://stackoverflow.com/questions/14391959/heatmap-in-matplotlib-with-pcolor).

谢谢!

高洛峰高洛峰2804 Il y a quelques jours955

répondre à tous(1)je répondrai

  • 怪我咯

    怪我咯2017-04-17 18:01:37

    Peut-être pouvez-vous vous référer au contenu du lien ci-dessous

    http://discuss.analyticsvidhya.com/t/how-to-plot-heat-map-in-python/1922/2

    Si vous n'êtes pas limité à matplotlib, vous pouvez essayer Plotly

    https://plot.ly/python/heatmaps/

    répondre
    0
  • Annulerrépondre