On Thursday, June 14, 2012, Jonathan Hayward wrote:

> http://matplotlib.sourceforge.net/examples/axes_grid/scatter_hist.html
>
> This is something I'd like to be able to produce, but for millions of
> records, where the center will look like one undifferentiated mass of dark
> blue.
>
> Is there a way to let something like that scale better to large sizes? For
> instance, is it possible to have a point be one pixel and an RGBA color of
> 00000001 (black color one notch away from complete transparency)? Or for
> another approach, is it possible to say "I want the highest value to be the
> darkest color, e.g. black and everything else to be greyscale against its
> percentage of the maximum value?
>
> Other suggestions?
>

Have you taken a look at hexbin()? It is usually what I use for situations
like this.

Cheers!
Ben Root

>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to