i got a home work from my company to create a picture of heat map from many datalogger that place in a cold room. So i have a lot of information about temperature(celcious) and postion of datalogger . My question is how to plot heatmap by python like this pictureenter image description here
Asked
Active
Viewed 314 times
0
-
2Hello and welcome to StackOverflow! This site isn't mean for "How do I do this?" questions. If you've made an attempt and it's not working as intended, then we can help you with that. Please read [this](https://stackoverflow.com/help/minimal-reproducible-example) for further information. – Daniel Walker Jun 22 '20 at 04:30
-
1Funnily your example is a 2D projection of a 3D map which gives you absolutely no idea of the temperature at a given point in space. – Klaus D. Jun 22 '20 at 04:38
-
@KlausD. I was thinking the same – Derek Eden Jun 22 '20 at 04:47
-
https://stackoverflow.com/a/57461819/7919597 – Joe Jun 22 '20 at 06:35