1 | initial version |
Some examples of using and viewing Hasse diagrams in Sage might help you:
[1] http://ask.sagemath.org/question/29791/hasse-diagram-of-a-subset-of-a-poset/
[2] http://ask.sagemath.org/question/29820/labelling-the-edges-of-poset/
[3] https://sheaves.github.io/Partitions-and-Posets/
[4] http://doc.sagemath.org/html/en/reference/combinat/sage/combinat/posets/hasse_diagram.html
There is also a Python package dedicated to Hasse diagrams, maybe that can help?
[5] http://pyhasse.org
If I understand correctly, you would like to view Hasse diagrams without arrowheads, is that it?
To do that, you could dig the code for showing Hasse diagrams, and modify it slightly to add
an appropriate option (head=0
, I think) to the arrow-plotting code. We might want to make
this option available more easily in Sage for viewing Hasse diagrams...