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

Safe HaskellNone
LanguageHaskell2010

Math.Combinat.Diagrams.Tableaux.Skew

Description

Skew tableau diagrams.

Synopsis

Documentation

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

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

drawSkewTableau' Source

Arguments

:: (Renderable (Path V2 Double) b, Renderable (Text Double) b) 
=> PartitionConvention

orientation

-> Colour Double

color of the numbers

-> Bool

whether to draw the inner partition

-> SkewTableau Int 
-> QDiagram b V2 Double Any