Skip to content

Instantly share code, notes, and snippets.

@mprat
mprat / school_test_infographic
Created April 26, 2013 19:10
A very simple GraphViz program to draw a very simple infographic sharing the message that education is not creative.
digraph school_test{
label = "Where does the education happen?";
nodesep=1.2;
node [shape=box];
overlap=false;
"School" -> "Test";
"Test" -> "School";
}
And if it is saved as a .txt, .gv, whatever, then it can be compiled with: