Re: [Matplotlib-users] error in hexbin normalization

2009-03-21 Thread Eric Firing
Mike Bauer wrote: > Eric, > > Here's an example of a working hexbin (attached). What I want to do is > compare this with another dataset with many fewer points. What I'd > really like is for the color bar to reflect the cumulative percent of > the total count each cell holds, but I'd settle for

Re: [Matplotlib-users] error in hexbin normalization

2009-03-20 Thread Eric Firing
Mike Bauer wrote: > Eric, > > Thanks for the reply. I'm trying to show the relative 2d distribuion > between 2 sets of data. I thought the normalization would ease the > comparison. Fixing the ' doesn't help. > > So are you saying I need an instance of something.normalize rather than > just p

Re: [Matplotlib-users] error in hexbin normalization

2009-03-20 Thread Eric Firing
Mike Bauer wrote: > Hello, > > Quick note. I'm making plots with hexbin and everything works > correctly until I try to use the norm='Normalize' option at which > point I get: > > Traceback (most recent call last): >File "diff_engine_v2tmp.py", line 731, in > kept_and_discards) >

[Matplotlib-users] error in hexbin normalization

2009-03-20 Thread Mike Bauer
Hello, Quick note. I'm making plots with hexbin and everything works correctly until I try to use the norm='Normalize' option at which point I get: Traceback (most recent call last): File "diff_engine_v2tmp.py", line 731, in kept_and_discards) File "diff_engine_v2tmp.py", line 605