On 05/03/2010 01:53 PM, Tony S Yu wrote:
> It seems that changes introduced in r8218 drastically changed how `hist`
> handles Python lists.
>
> For example, the histogram given by the following snippet, works as expected:
>
x = np.random.randn(100)
plt.hist(x)
>
> However, if you pass a
It seems that changes introduced in r8218 drastically changed how `hist`
handles Python lists.
For example, the histogram given by the following snippet, works as expected:
>>> x = np.random.randn(100)
>>> plt.hist(x)
However, if you pass a 1D list to `hist`, the 1D list is cast to a list of
l