#13079: Use a ranked poset's rank function to determine heights for plotting
--------------------------------------------------------+-------------------
       Reporter:  saliola                               |         Owner:  
sage-combinat
           Type:  defect                                |        Status:  new   
       
       Priority:  major                                 |     Milestone:  
sage-5.7     
      Component:  combinatorics                         |    Resolution:        
       
       Keywords:  posets, combinat, plotting, graphics  |   Work issues:        
       
Report Upstream:  N/A                                   |     Reviewers:        
       
        Authors:                                        |     Merged in:        
       
   Dependencies:                                        |      Stopgaps:        
       
--------------------------------------------------------+-------------------

Old description:

> In #12993, Christian had the great idea to use the rank function (for a
> ranked poset) to compute the heights when plotting a poset.
>
> For example, we would want the following poset
> {{{
> sage: P = Poset(([1,2,3,4],[[1,4],[2,3],[3,4]]), facade = True)
> sage: P.plot()
> }}}
> to be plotted like this:
> {{{
>         o
>        / \
>       o   o
>      /
>     o
> }}}

New description:

 In #12993, Christian had the great idea to use the rank function (for a
 ranked poset) to compute the heights when plotting a poset.

 For example, we would want the following poset
 {{{
 sage: P = Poset(([1,2,3,4],[[1,4],[2,3],[3,4]]), facade = True)
 sage: P.plot()
 }}}
 to be plotted like this:
 {{{
         o
        / \
       o   o
      /
     o
 }}}

 apply trac_13079-plot_ranked_poset-fs.v2.patch

--

Comment (by chapoton):

 apply trac_13079-plot_ranked_poset-fs.v2.patch

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13079#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to