All, Thanks all for the help; glad to know it wasn't just something trivial that I missed.
This work around doesn't seem to work for whole crystals as there is no set_latex_options option. Anyway to work around the problem there? Best, Julie On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote: > > On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: > > How does one switch to using dot2tex for this example, too? > > sage: t = StandardTableaux(4).random_element() > sage: G = DiGraph([[t,t]], loops=True) > sage: G.set_latex_options(format="dot2tex") # <====== > sage: view(G) > > Cheers, > Nicolas > -- > Nicolas M. Thiéry "Isil" <[email protected] <javascript:>> > http://Nicolas.Thiery.name/ > -- You received this message because you are subscribed to the Google Groups "sage-support" 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
