Hacker News new | ask | show | jobs
by Ultcyber 1996 days ago
that's what I mean - in this sense, the axis 0 should be row, but instead it's column in numpy
2 comments

The way I think about it is: as you change the 0th index you move up and down the column. Same with the 1st index and the row. That's how I remember it anyway!
Think about multidimensional arrays, not just matrices. How would your convention work there?