Re: [Matplotlib-users] Strange behaviour of scatter with single-column 2D array

2012-03-20 Thread Benjamin Root
On Tuesday, March 20, 2012, Julien Rebetez wrote: > Thank you for your answer. > > I've read the numpy tutorial and I get it that array and matrices > behave differently. > > Now, what I find kind of strange is that the plot I get when directly > feeding the matrices to scatter > doesn't really se

Re: [Matplotlib-users] Strange behaviour of scatter with single-column 2D array

2012-03-20 Thread Julien Rebetez
Thank you for your answer. I've read the numpy tutorial and I get it that array and matrices behave differently. Now, what I find kind of strange is that the plot I get when directly feeding the matrices to scatter doesn't really seem to represent anything. I think that, if possible, showing an e

Re: [Matplotlib-users] Strange behaviour of scatter with single-column 2D array

2012-03-20 Thread Jerzy Karczmarczuk
LJulien Rebetez : > I've run into a strange behaviour of matplotlib while trying to figure > out why my data was displayed incorrectly. > I'm note quite sure if this is a bug or expected behaviour, but I feel > it's kind of counter-intuitive, so I'm posting here. > > ... > Now there seem to be a di

[Matplotlib-users] Strange behaviour of scatter with single-column 2D array

2012-03-20 Thread Julien Rebetez
Hello, I've run into a strange behaviour of matplotlib while trying to figure out why my data was displayed incorrectly. I'm note quite sure if this is a bug or expected behaviour, but I feel it's kind of counter-intuitive, so I'm posting here. The attached python script does a scatter plot of som