Sha256: ce1d4d4d31945cea1df66e40a97607ce14b9b357cb18b68c7e8f5d74f4f733dd
Contents?: true
Size: 268 Bytes
Versions: 8
Compression:
Stored size: 268 Bytes
Contents
require 'rgl/graphxml' require 'rgl/adjacency' require 'rgl/dot' include RGL Dir['north/*.graphml'].each do |filename| File.open(filename) { |file| graph = DirectedAdjacencyGraph.new.from_graphxml(file) graph.write_to_graphic_file('jpg', filename) } end
Version data entries
8 entries across 8 versions & 1 rubygems