numpy.power vs pylab.power

On my machine these are rather confusingly different functions, with the latter corresponding to numpy.random.power. I appreciate that pylab imports everything from both the numpy and numpy.random modules but wouldn't it make sense if pylab.power were the frequently used power function rather than a means for sampling from the power distribution?
Regards,
Will Furnass

On Thu, Nov 15, 2012 at 4:02 PM, Will Furnass will@thearete.co.uk wrote:
On my machine these are rather confusingly different functions, with the latter corresponding to numpy.random.power. I appreciate that pylab imports everything from both the numpy and numpy.random modules but wouldn't it make sense if pylab.power were the frequently used power function rather than a means for sampling from the power distribution?
Matplotlib may be discussed over here:
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- Robert Kern
participants (2)
-
Robert Kern
-
Will Furnass