Grafik EU: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: <graphviz> digraph G { size ="12,14"; peripheries=18; "Europäische Union \n - Quo Vadis?"[shape=house style=filled, color=gray, fillcolor=blue] "Europäische Union \n ...) |
|||
Zeile 3: | Zeile 3: | ||
size ="12,14"; | size ="12,14"; | ||
peripheries=18; | peripheries=18; | ||
− | "Europäische Union \n - Quo Vadis?"[shape=house style=filled, color=gray, fillcolor= | + | "Europäische Union \n - Quo Vadis?"[shape=house style=filled, color=gray, fillcolor=red] |
"Europäische Union \n - Quo Vadis?" -> Chancen; | "Europäische Union \n - Quo Vadis?" -> Chancen; | ||
"Europäische Union \n - Quo Vadis?" -> Ängste | "Europäische Union \n - Quo Vadis?" -> Ängste |
Aktuelle Version vom 29. April 2008, 12:12 Uhr
<graphviz> digraph G { size ="12,14"; peripheries=18; "Europäische Union \n - Quo Vadis?"[shape=house style=filled, color=gray, fillcolor=red] "Europäische Union \n - Quo Vadis?" -> Chancen; "Europäische Union \n - Quo Vadis?" -> Ängste Ängste [color="0.0 1.0 1.0"]; Chancen [color="#00FF00"]; Chancen -> "Arbeit\n im Ausland"; Ängste -> "viele Jugendliche\n gehen weg,\n sehen\n keine Zukunft" ->"Einwohnerzahl sinkt,\n viele ziehen weg"; Chancen -> "Studieren,\n Stipendium"; Ängste -> "höhere Steuern\n und\n Preise"; Chancen -> "EU-Beihilfe\n für\n Verkehrsprojekte"; Chancen -> "Reisefreiheit,\n mit\n Personal-\nausweis"; Chancen -> "Euro\n als\n allgemeine\n Währung; Ängste -> "Entwicklung\n der\n Wirtschaft"; Ängste -> "Arbeitskräfte\n aus\n anderen Ländern"; Ängste } </graphviz>