Quantcast
Channel: Uncategorized - Matplotlib
Viewing all articles
Browse latest Browse all 50

Create 2d heatmap from set of 3d points

$
0
0

So let’s say we have a set of 3d points, where the three dimensions represent (x,y,value)
Does matplotlib have a way to interpolate these points to make a realistic heatmap.
So e.g. if for all i=0 to 1000 (0, i*0.000001, 1) is a value, then it should be really warm around (0,0) since these points are all close to (0,0).

Does matplotlib have something like that?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 50

Trending Articles