#16026: Upgrade dot2tex spkg and make it work with most recent matplotlib
-------------------------+-------------------------------------------------
Reporter: | Owner: sage-combinat
tscrim | Status: needs_work
Type: | Milestone: sage-6.2
defect | Resolution:
Priority: major | Merged in:
Component: | Reviewers:
combinatorics | Work issues:
Keywords: | Commit:
Authors: | e8abf26678ad91ba5b4da9fb9f26c91e8a16736b
Travis Scrimshaw | Stopgaps:
Report Upstream: N/A |
Branch: |
u/vbraun/dot2tex |
Dependencies: |
-------------------------+-------------------------------------------------
Changes (by tscrim):
* status: needs_info => needs_work
Old description:
> On a clean 6.2.beta5:
> {{{
> sage: C = KirillovReshetikhinCrystal(['A',5,2], 1,1)
> sage: view(C, tightpage=True) # Latex error
> }}}
> Same for:
> {{{
> sage: C = KirillovReshetikhinCrystal(['A',5,2], 2,1)
> sage: C = KirillovReshetikhinCrystal(['A',7,2], 1,1)
> sage: C = KirillovReshetikhinCrystal(['B',3,1], 1,1)
> sage: C = KirillovReshetikhinCrystal(['D',4,1], 1,1)
> sage: C = KirillovReshetikhinCrystal(['D',4,1], 3,1)
> }}}
> But these all work:
> {{{
> sage: C = KirillovReshetikhinCrystal(['A',5,2], 3,1)
> sage: C = KirillovReshetikhinCrystal(['A',5,2], 1,2)
> sage: C = KirillovReshetikhinCrystal(['A',5,2], 2,2)
> sage: C = KirillovReshetikhinCrystal(['A',4,2], 1,1)
> sage: C = KirillovReshetikhinCrystal(['D',4,1], 3,2)
> sage: TP = TensorProductOfKirillovReshetikhinTableaux(['A',5,2], [[1,1]])
> }}}
> Same for KR tableaux as well.
New description:
With the most recent matplotlib (1.3.1 merged in 6.2.beta5 in #14993),
dot2tex is not recognized and so graphs (crystals in particular) fail to
display properly:
{{{
sage: C = KirillovReshetikhinCrystal(['A',5,2], 3,1)
sage: view(C)
dot2tex not available. Install after running 'sage -sh'
}}}
So we upgrade dot2tex to the latest development version and fix things up
so this works with the most recent matplotlib.
--
--
Ticket URL: <http://trac.sagemath.org/ticket/16026#comment:29>
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.