On Sun, Jan 9, 2011 at 13:04, Benjamin Root wrote:
> You have run into a peculiar numpy bug that I have reported several months
> ago. Essentially, np.loadtxt() does a squeeze() on the data right before
> returning it. Therefore, if there is only one line, the array returned is a
> 1-d array ra
On Sun, Jan 9, 2011 at 11:34 AM, Adam Mercer wrote:
> Hi
>
> In one of my codes I need to plot several time series from different
> files, the files are of the form
>
> 20100118 10
> 20100119 12
> 20100120 14
> 20100121 16
> 20100126 18
> 20100221 25
> 20100222 25
> 20100227 26
> 20100228 30
>
>
Hi
In one of my codes I need to plot several time series from different
files, the files are of the form
20100118 10
20100119 12
20100120 14
20100121 16
20100126 18
20100221 25
20100222 25
20100227 26
20100228 30
I use something like the following to plot these:
morning = numpy.loadtxt(morning_