From: kanschat Date: Fri, 18 Jun 2010 22:52:21 +0000 (+0000) Subject: play a bit with shapes and sizes to highlight the most important steps X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d203fa2e7af89a1442072ae8cfac11cedc39f1;p=dealii-svn.git play a bit with shapes and sizes to highlight the most important steps git-svn-id: https://svn.dealii.org/trunk@21230 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/steps.cmapx b/deal.II/doc/doxygen/tutorial/steps.cmapx index 683a08c7f4..bb278c36a6 100644 --- a/deal.II/doc/doxygen/tutorial/steps.cmapx +++ b/deal.II/doc/doxygen/tutorial/steps.cmapx @@ -1,37 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deal.II/doc/doxygen/tutorial/steps.pl b/deal.II/doc/doxygen/tutorial/steps.pl index 9f76042fb9..3c8068579c 100644 --- a/deal.II/doc/doxygen/tutorial/steps.pl +++ b/deal.II/doc/doxygen/tutorial/steps.pl @@ -14,7 +14,7 @@ my @steps = (1,2,3,4,5,6,7,8,9, 30,31, 33,34,35,36, 39); ; -my $essential = ',fillcolor="red"'; +my $essential = ',height=.7,width=.7,shape="octagon",fillcolor="green"'; my $technique = ',fillcolor="orange"'; my $fluidapplication = ',fillcolor="yellow"'; my $solidsapplication = ',fillcolor="lightblue"'; @@ -72,7 +72,7 @@ my %attribute = ( print << 'EOT' digraph StepsMap { - overlap=false; + overlap=false; edge [fontname="FreeSans", fontsize="10", labelfontname="FreeSans", @@ -81,7 +81,7 @@ digraph StepsMap style="solid"]; node [fontname="FreeSans", fontsize="10", - shape=record, + shape="rectangle", height=0.2, width=0.4, color="black", diff --git a/deal.II/doc/doxygen/tutorial/steps.png b/deal.II/doc/doxygen/tutorial/steps.png index 8d62a8ff4a..01aa69795a 100644 Binary files a/deal.II/doc/doxygen/tutorial/steps.png and b/deal.II/doc/doxygen/tutorial/steps.png differ