myriamlr / exposition-family

Automatically exported from code.google.com/p/exposition-family
0 stars 0 forks source link

Don't depend on scale() anymore #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think scale() is too smart.

Replace this functionality with sweep or apply.

Original issue reported on code.google.com by DerekBea...@gmail.com on 12 Mar 2014 at 9:28

GoogleCodeExporter commented 9 years ago
The results are fine, but, scale() has a hidden feature that implicitly checks 
for centers and scales. I need to more explicitly use centers and scales, 
especially with supplemental data.

Just check the pipeline and make it more explicit, and don't depend on 
scale()'s hidden features.

Original comment by DerekBea...@gmail.com on 12 Mar 2014 at 10:23