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]
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