the columns of the data matrix are z-scored by default, across lists. The user may or may not want to do this, so I propose we leave normalize=False by default. Then the user can easily normalize like so:
hyp.plot(data,normalize='across') # or within or row
Currently, when calling:
hyp.plot(data)
the columns of the data matrix are z-scored by default, across lists. The user may or may not want to do this, so I propose we leave normalize=False by default. Then the user can easily normalize like so:
hyp.plot(data,normalize='across') # or within or row