heatmap
heatmap copied to clipboard
Python module to create heatmaps
Full trace below: ``` $ pip install heatmap Downloading/unpacking heatmap Downloading heatmap-2.2.1.zip Running setup.py egg_info for package heatmap Installing collected packages: heatmap Running setup.py install for heatmap usage: -c [global_opts]...
Running easy_install heatmap should also install PIL / Pillow if it's not already on the system. As currently written, it's not. ``` [root@localhost pip-1.2.1]# easy_install heatmap Searching for heatmap Reading...
Hi there, Great tool, thanks a lot for it. Because I needed "weighted heatmaps" support (the possibility to add "cold" points but also the possibility to specify the dot size...
Hello. This library seems to be exactly what I am looking for. However I have come across a few problems getting started. Initially I couldn't get pip install to work...
Hi, great heatmap program and have it working nicely. I have a set of points scattered over DC and everything works great when I don't specify area=((minx,miny),(maxx,maxy)). What I get...