#9074: Expand latex support for combinatorial graphs via tkz-graph
----------------------------+-----------------------------------------------
   Reporter:  rbeezer       |       Owner:  jason, ncohen, rlm
       Type:  enhancement   |      Status:  new               
   Priority:  minor         |   Milestone:  sage-4.4.3        
  Component:  graph theory  |    Keywords:                    
     Author:  Rob Beezer    |    Upstream:  N/A               
   Reviewer:                |      Merged:                    
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by rbeezer):

 I've attached an image produced with this patch.  With the necessary files
 in place and added to the latex preamble, this labeled Cayley graph comes
 from the following code:

 {{{
 G=CyclicPermutationGroup(7)
 C=G.cayley_graph(generators=[G((1,2,3,4,5,6,7)), G((1,4,7,3,6,2,5))])
 C.set_pos(C.layout_circular())
 C.set_latex_options(graphic_size=(12,12),vertex_shape="rectangle",
 edge_labels=True)
 view(C)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9074#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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to