I happen to have a finite poset, and when there are many elements and relations in my poset and I type Poset.show() (suppose the name of my poset is Poset), it will create the hasse diagram but you can't really see much of it. Is there a way to enlarge the hasse diagram so that this does not happen?
Or if there is a way to expand the cell which gives me the output so that it takes up more space when creating the diagram, this will be very helpful.
I appreaciate any help given.
An inspection of the relevant page in the Sage documentation shows that in the "Drawing" section, in addition to
show()there areplot()andgraphviz_string(). The latter would allow you to take it into GraphViz and manipulate it to your heart's content.