Scatter plot with a huge amount of data

前端 未结 3 2175
后悔当初
后悔当初 2020-12-14 09:10

I would like to use Matplotlib to generate a scatter plot with a huge amount of data (about 3 million points). Actually I\'ve 3 vectors with the same dimension and I use to

3条回答
  •  独厮守ぢ
    2020-12-14 09:45

    You could take the heatmap approach shown here. In this example the color represents the quantity of data in the bin, not the median value of the dS array, but that should be easy to change. More later if you are interested.

提交回复
热议问题