Re: [Matplotlib-users] dynamically creating then plotting arrays

2009-03-01 Thread Eric Firing
per freem wrote: > hi all, > > please disregard the previous email - i had a mistake in my file that > did not do the casting properly when loading the data. > > i managed to plot my data, but this time i am having a problem with the > 'bar' function. > > when i plot using: > > x = data[:, 0]

Re: [Matplotlib-users] dynamically creating then plotting arrays

2009-03-01 Thread per freem
hi all, please disregard the previous email - i had a mistake in my file that did not do the casting properly when loading the data. i managed to plot my data, but this time i am having a problem with the 'bar' function. when i plot using: x = data[:, 0] y = data[:, 1] bar(x,y) i get the attac