combinat-diagrams-0.2: Graphical representations for various combinatorial objects

Safe HaskellNone
LanguageHaskell2010

Math.Combinat.Diagrams.Tableaux

Description

Tableau diagrams.

For example, the code

 drawTableau $ 
   [ [ 1 , 3 , 4 , 6 , 7 ]
   , [ 2 , 5 , 8 ,10 ]
   , [ 9 ]
   ]

produces the diagram

Synopsis

Documentation

drawTableau :: (Renderable (Path V2 Double) b, Renderable (Text Double) b) => Tableau Int -> QDiagram b V2 Double Any Source

Draws a Ferrers diagram with the default settings (English notation, black)