J.J. Guy
J.J. Guy
aterr06, there was a bug with pip / easy_install in v2.2 that caused similar behavior. Try installing from the zip file using setup.py: ``` cd heatmap-2.2.1 python setup.py install ```
It looks like the pre-compiled DLLs have a dependency on a DLL that's not on your system. That code path is here: ``` python 61 libname = "cHeatmap.so" 62 if...
Are you using 2.2.0 or the more-recently pushed 2.2.1? Y3pp3r found/fixed a bug in the area parameter that causes similar behavior: https://github.com/jjguy/heatmap/commit/920ea2c3b918aa297b6f2f5ef79e47cbb934f2e9
The natural solution here is a normalization pass of the input data first, then plot the relative density of that dataset -- with a dial to increase or decrease the...
@BryceHarlan @kwauchope @wrousseau sorry for ignoring the thread here for so long, balancing too much in life these days. I'm happy to merge back into the core, as long as...
@BryceHarlan @kwauchope see #22 for my thoughts to date on implementation. we can move this topic to that ticket.
Heh, not that simple. I implemented below, the results are unexpected. ``` def mercator(self, pts): """ Adjust the latitude in a list of coordinate degrees for accurate map layout. pts...
@kwauchope sorry for not giving this more attention recently; balancing a lot in life at the moment. send a pull request on, I'll merge it in and cut a new...