2017-07-27 17:20:29 +0200 | commented answer | Specify heights in Poset.plot Thank you for your answer ! It works perfectly :) |
2017-07-27 17:19:48 +0200 | received badge | ● Scholar (source) |
2017-06-02 13:38:28 +0200 | received badge | ● Student (source) |
2017-06-01 23:45:47 +0200 | asked a question | Specify heights in Poset.plot Hi, I'm relatively new to Python and SAGE so please make it simple :) Basically, I work with posets that are not ranked and I want to plot their Hasse Diagram. For the moment, I use Poset.plot() to display it but I can change to hasse.diagram().plot() if necessary. My problem is the following : The posets that I work with come with an extra function that associate to every set an integer. Is there a way to use this function to specify the heights of the sets in my plot and not the default one ? Thank you |