From 6c752e4da2af85c564a72b68326e6e3496f4bb5b Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 29 Jul 2011 14:53:49 +0200 Subject: [PATCH] better colors for impl diagram --- .../images/Implementation-Diagram.dot | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Ausarbeitung/images/Implementation-Diagram.dot b/Ausarbeitung/images/Implementation-Diagram.dot index bac19ec..c7e7001 100644 --- a/Ausarbeitung/images/Implementation-Diagram.dot +++ b/Ausarbeitung/images/Implementation-Diagram.dot @@ -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 -- 2.20.1