# File temp/Graph/Graph.rb, line 705
      def keys 
        return @data.collect{ |d| d[:title] }
      end