Skip to content

Instantly share code, notes, and snippets.

@andersonberg
Created August 29, 2014 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andersonberg/aa7d94d597b47540a57d to your computer and use it in GitHub Desktop.
Save andersonberg/aa7d94d597b47540a57d to your computer and use it in GitHub Desktop.
>>> a.transpose()
>>> a.T
array([[ 0, 4, 8],
[ 1, 5, 9],
[ 2, 6, 10],
[ 3, 7, 11]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment