From: Sebastian <se...@gm...> - 2016-01-29 22:16:02
|
Is there a simple way to hexbin using "pyplot.hexbin" and to return the ids of the set of points in each hexbin? That is to output an array of n elements (one for each hexbin), and each element itself an array with the point ids? The sum of the number of inner elements would be equal the sum of all points (x,y). Is hexbin missing this simple feature? Or perhaps specifying C=N.arange(len(x)) then some specific "reduced_C_function" to return those elements. But I don't know if there is a "reduced_C_function" available, or perhaps one could be added? many thanks in advance... link: http://stackoverflow .com/questions/18886461/how-can-i-print-a-list-of-the-outputs-from-the- hexbin-reduce-c-function/35088073#35088073 |