Exploring Graphs with Elixir: Out of scope variable won't print (105, 107)

Thanks for the catch.

I fixed this by reading it back in from the file store, as so:

iex> IO.puts read_graph(“dot/default.dot”).data

In two places.

Should be in the next beta.