digraph G { rankdir=LR node [shape=box, fontsize=9, height=0.1, width=0.05 ] edge [arrowsize=0.5, len=0.1] "season\n" "operation\n" "month\n" "day\n" "today\n" "hour\n" "thermostat_settings\n" "month\n"->"season\n" "day\n"->"today\n" "today\n"->"operation\n" "hour\n"->"operation\n" "season\n"->"thermostat_settings\n" "operation\n"->"thermostat_settings\n" }