Macaulay2 » Documentation
Packages » Tableaux :: drawInnerShape
next | previous | forward | backward | up | index | toc

drawInnerShape -- option to draw the inner shape of a tableau

Description

i1 : T = youngTableau(new Partition from {5,4,1}, new Partition from {2,1,1})

             ┌───┬───┬───┐
o1 =         │   │   │   │
         ┌───┼───┼───┼───┘
         │   │   │   │    
         └───┴───┴───┘    
                          
                          

o1 : YoungTableau
i2 : drawInnerShape true 

o2 = true
i3 : T

             ┌───┬───┬───┐
o3 =   ■   ■ │   │   │   │
         ┌───┼───┼───┼───┘
       ■ │   │   │   │    
         └───┴───┴───┘    
       ■                  
                          

o3 : YoungTableau
i4 : drawInnerShape false 

o4 = false
i5 : T

             ┌───┬───┬───┐
o5 =         │   │   │   │
         ┌───┼───┼───┼───┘
         │   │   │   │    
         └───┴───┴───┘    
                          
                          

o5 : YoungTableau

See also

Ways to use drawInnerShape:

  • drawInnerShape(Boolean)

For the programmer

The object drawInnerShape is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:452:0.