#16865: Dot2tex reverses Poset.show() upside down
--------------------------------------+------------------------
       Reporter:  jmantysalo          |        Owner:
           Type:  defect              |       Status:  new
       Priority:  minor               |    Milestone:  sage-6.7
      Component:  packages: optional  |   Resolution:
       Keywords:  poset, dot2tex      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------
Changes (by jmantysalo):

 * priority:  trivial => minor
 * milestone:   => sage-6.7


Old description:

> {{{
> Poset([[1,2],[[1,2]]]).show()
> }}}
>
> shows '1' at top if dot2tex is installed, '2' at top if not installed.
> Bug or feature? In any case this was changed from version 6.1 to 6.2.

New description:

 `Poset([[1,2],[[1,2]]]).show()` says `2`, so one expect

 {{{
 Poset([[1,2],[[1,2]]]).show()
 }}}

 showing to "2" on top. And so it happens without dot2tex. However, it
 shows "1" at top if dot2tex is installed. This was changed from version
 6.1 to 6.2.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16865#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to