Skip to content

Instantly share code, notes, and snippets.

@arleighdickerson
Created September 11, 2014 20:25
Show Gist options
  • Save arleighdickerson/febc7e59ca04d1d8099c to your computer and use it in GitHub Desktop.
Save arleighdickerson/febc7e59ca04d1d8099c to your computer and use it in GitHub Desktop.
PlotTableau[t_] := Grid[t /. i_Integer -> Item[i, Frame -> Blue], Alignment -> Right]
@arleighdickerson
Copy link
Author

Draws a tableau. Not my code, I found this snippet digging around on the Wolfram website. See http://demonstrations.wolfram.com/YoungTableaux/

Combinatorica stuff is not well documented, so I decided to put this snippet up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment