[sage-support] Re: list_plot does not plot numpy arrays any more

2011-07-12 Thread Jason Grout
On 7/12/11 6:15 AM, Stan Schymanski wrote: Dear all, since I upgraded from 4.6 to 4.7 (I also moved from a Mac to Ubuntu), I cannot use a 1-D numpy array in list_plot any more. Is this intended, or is it a bug? It breaks backwards compatibility and I don't see the rationale behind it. In sear

[sage-support] Re: list_plot does not plot numpy arrays any more

2011-07-12 Thread achrzesz
``list_plot`` takes either a single list of data, a list of tuples, or a dictionary and plots the corresponding points. sage: list_plot(data.tolist()) A Ch -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+u