Stéfan van der Walt wrote:
> Hi all,
>
> According to the `spy` docstring, it can display sparse matrices from
> scipy. The following code snippet seems to break, however:
Fixed in the trunk.
Eric
>
> In [20]: import scipy.sparse as sp
> In [21]: d = sp.lil_eye((15, 15))
> In [22]: plt.spy(d)
Stéfan van der Walt wrote:
> Hi all,
>
> According to the `spy` docstring, it can display sparse matrices from
> scipy. The following code snippet seems to break, however:
>
> In [20]: import scipy.sparse as sp
> In [21]: d = sp.lil_eye((15, 15))
> In [22]: plt.spy(d)
>
> Am I using the `spy` f