web/hosts/issues graph.py,1.7,1.8

Nick Lewycky <[email protected]>
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/issues
In directory purcel:/tmp/cvs-serv2533

Modified Files:
	graph.py 
Log Message:
Change top-down view to left-to-right running view.


Index: graph.py
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/graph.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- graph.py	28 Jan 2003 01:49:59 -0000	1.7
+++ graph.py	28 Jan 2003 02:27:52 -0000	1.8
@@ -51,7 +51,7 @@
     file.write('    node['+default_node+'];\n')
     file.write('    edge['+default_edge+'];\n')
     file.write('    URL="'+base_url+'";\n')
-    
+    file.write('    rankdir=LR;\n');
 
 def write_footer(file, my_id):
     # close graph if needed
@@ -81,7 +81,7 @@
 
 
 def write_solve(file, my_type, my_id, solve_type, solve_id):
-    file.write('    ' + my_type + my_id + ' -> { ' + solve_type + solve_id + ' } [color="#00405c"]\n')
+    file.write('    ' + my_type + my_id + ' -> { ' + solve_type + solve_id + ' } [color="#0000ff"]\n')
 
 
 def write_supersede(file, my_type, my_id, supersede_type, supersede_id):
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.