Re: [Tutor] simple plots

2009-08-22 Thread Alan Gauld
"questions anon" wrote I would like to make some simple plots using matplotlib (or any python plotting modules) and I can find lots of examples that generate random data and then plot those, but I cannot find any that read in data from excel or a text file, manipulate the data and then plot

Re: [Tutor] simple plots

2009-08-21 Thread Che M
> I would like to make some simple plots using matplotlib (or any python > plotting > modules) and I can find lots of examples that generate random data and then > plot those, but I cannot find any that read in data from excel or a text > file, > manipulate the data and then plot the data. D

Re: [Tutor] simple plots

2009-08-21 Thread Kent Johnson
On Fri, Aug 21, 2009 at 8:34 PM, questions anon wrote: > I would like to make some simple plots using matplotlib (or any python > plotting modules) and I can find lots of examples that generate random data > and then plot those, but I cannot find any that read in data from excel or a > text file, m

[Tutor] simple plots

2009-08-21 Thread questions anon
I would like to make some simple plots using matplotlib (or any python plotting modules) and I can find lots of examples that generate random data and then plot those, but I cannot find any that read in data from excel or a text file, manipulate the data and then plot the data. Does anyone have any