<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,12 +20,12 @@ task :graph do
     size=&quot;12,12&quot;;
     overlap=scale;
     splines=true;
-    sep=.1;
+    sep=.5;
     margin=&quot;.1,.1&quot;;
-    
+    bgcolor=white;
 
-  	node [shape = circle, fixedsize=true, fontcolor=red, fontname=Helvetica, fontsize=10, color=blue];
-  	edge [arrowsize=0.35, len=2.0, color=gray];
+  	node [shape = circle, fixedsize=true, fontcolor=&quot;#86171d&quot;, fontname=Helvetica, fontsize=12, color=blue];
+  	edge [arrowsize=0.5, len=1.0, color=&quot;#a6803a&quot;];
   	}
   
   users   = Hash.new {|h,k| h[k] = 0}
@@ -50,7 +50,7 @@ task :graph do
   min = 0.1
   users.each do |(from,count)|
     width = ((count / total.to_f) * (max-min)) + min
-    dot.puts &quot;\t#{from} [width=#{width}];&quot;
+    dot.puts &quot;\t#{from} [width=#{width},label=\&quot;\\N (#{count})\&quot;];&quot;
         
     tos = user_to[from] || {}
     
@@ -62,5 +62,6 @@ task :graph do
   dot.puts &quot;}&quot;
   dot.close
   
-  puts `neato -v -s100 -Tpng graph.dot -O`
+  output = ENV['OUTPUT'] ? &quot;-o #{ENV['OUTPUT']}&quot; : '-O'
+  puts `neato -s100 -Tpng graph.dot #{output}`
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96d514d6cb5e94c18ed120c3063c497000d06be4</id>
    </parent>
  </parents>
  <author>
    <name>lachie</name>
    <email>lachie@smartbomb.com.au</email>
  </author>
  <url>http://github.com/lachie/numbr5/commit/935363b75fb5a503f139a053b2cb0beb7df4cbd4</url>
  <id>935363b75fb5a503f139a053b2cb0beb7df4cbd4</id>
  <committed-date>2008-03-24T18:46:37-07:00</committed-date>
  <authored-date>2008-03-24T18:46:37-07:00</authored-date>
  <message>tweaked graph colours</message>
  <tree>946a547a06cba19efcce4720585c642dde8f399f</tree>
  <committer>
    <name>lachie</name>
    <email>lachie@smartbomb.com.au</email>
  </committer>
</commit>
