better colors for impl diagram
authorRoland Hieber <rohieb@rohieb.name>
Fri, 29 Jul 2011 12:53:49 +0000 (14:53 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Fri, 29 Jul 2011 13:02:56 +0000 (15:02 +0200)
Ausarbeitung/images/Implementation-Diagram.dot

index bac19ec..c7e7001 100644 (file)
@@ -6,21 +6,21 @@ digraph G {
   margin=0.2
   node [ fontname=LMRoman10 ]
 
-  roomba_test [ style=filled, fillcolor=greenyellow, label="application:\nroomba_test" ]
-  mean_correction_test [ style=filled, fillcolor=lightblue, label="application:\nmean_correction_test" ]
-  soft_start_test [ style=filled, fillcolor=tomato, label="application:\nsoft_start_test" ]
+  roomba_test [ style=filled, fillcolor="#ABFF59", label="application:\nroomba_test" ]
+  mean_correction_test [ style=filled, fillcolor="#ABD4FF", label="application:\nmean_correction_test" ]
+  soft_start_test [ style=filled, fillcolor="#FF5959", label="application:\nsoft_start_test" ]
 
-  target_value_input_dialog_cc [ style=filled, fillcolor=yellow, shape=note, label="source file:\ntarget_value_input_dialog.cc" ]
-  stuff_cc [ style=filled, fillcolor=yellow, shape=note, label="source file:\nstuff.cc" ]
-  main_cc [ style=filled, fillcolor=greenyellow, shape=note, label="source file:\nmain.cc" ]
-  mean_correction_cc [ style=filled, fillcolor=lightblue, shape=note, label="source file:\nmean_correction.cc" ]
-  soft_start_cc [ style=filled, fillcolor=tomato, shape=note, label="source file:\nsoft_start.cc" ]
+  target_value_input_dialog_cc [ style=filled, fillcolor="#FFF078", shape=note, label="source file:\ntarget_value_input_dialog.cc" ]
+  stuff_cc [ style=filled, fillcolor="#FFF078", shape=note, label="source file:\nstuff.cc" ]
+  main_cc [ style=filled, fillcolor="#ABFF59", shape=note, label="source file:\nmain.cc" ]
+  mean_correction_cc [ style=filled, fillcolor="#ABD4FF", shape=note, label="source file:\nmean_correction.cc" ]
+  soft_start_cc [ style=filled, fillcolor="#FF5959", shape=note, label="source file:\nsoft_start.cc" ]
 
   //svnrevision_h [ label="header file:\nsvnrevision.h" ]
-  stuff_h [ style=filled, fillcolor=yellow, shape=note, label="header file:\nstuff.h" ]
-  target_value_input_dialog_h [ style=filled, fillcolor=yellow, shape=note, label="header file:\ntarget_value_input_dialog.h" ]
-  corrected_mean_motion_h [ style=filled, fillcolor=lightblue, shape=note, label="header file:\ncorrected_mean_motion.h" ]
-  soft_start_motion_h [ style=filled, fillcolor=tomato, shape=note, label="header file:\nsoft_start_motion.h" ]
+  stuff_h [ style=filled, fillcolor="#FFF078", shape=note, label="header file:\nstuff.h" ]
+  target_value_input_dialog_h [ style=filled, fillcolor="#FFF078", shape=note, label="header file:\ntarget_value_input_dialog.h" ]
+  corrected_mean_motion_h [ style=filled, fillcolor="#ABD4FF", shape=note, label="header file:\ncorrected_mean_motion.h" ]
+  soft_start_motion_h [ style=filled, fillcolor="#FF5959", shape=note, label="header file:\nsoft_start_motion.h" ]
 
   // generic:
   stuff_h -> stuff_cc
This page took 0.027399 seconds and 4 git commands to generate.