von se1234 » Di 22. Feb 2011, 00:48
Hi,
sorry, wollte nicht so einen Eindruck erwecken.
-Habe nun weiterhin probiert und es inzwischen so weit geschafft:
\usepackage{tikz}
\usetikzlibrary{trees}
\begin{tikzpicture}[level distance=37mm,
edge from parent/.style={->, draw, thick},
every node/.style={fill=black!10,draw,inner sep=2pt, minimum width=20mm},
level 1/.style={fill=red!60,draw,inner sep=2pt, nodes={minimum width=20mm }},
level 2/.style={ nodes={minimum width=20mm }},
level 3/.style={sibling distance=5mm, nodes={minimum width=20mm }},
ohne/.style={edge from parent/.style={draw, thick }},
norm/.style={edge from parent/.style={->, thick,draw}}
]
\node{SRES A1B}[edge from parent fork right, grow=right]
child[ sibling distance=38mm]{ node[fill=blue!45]{HadCM}
child[sibling distance=9mm, norm]{node[fill=blue!45]{RCA3 (C4I)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{PROMES (UCLM)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HIRHAM (METNO)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 low sens. (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 high sens. (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{CLM (ETHZ)}}
}
child[ sibling distance=20mm]{ node[fill=blue!20!red]{ECHAM5}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{REMO (MPI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RegCM (ICTP)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RACMO (KNMI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{DMI HIRHAM5 (DMI)}}
}
child[ sibling distance=20mm]{node[fill=red!20]{CGCM3}
child[sibling distance=9mm, norm]{node[fill=red!20]{CRCM (OURANOS)}}
}
child[ sibling distance=26.7mm]{node[fill=yellow]{BCM}
child[sibling distance=9mm, norm]{node[fill=yellow]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=yellow]{HIRHAM (METNO)}}
}
child[ sibling distance=25.05mm]{node[fill=green]{ARPEGE}
child[sibling distance=9mm, norm]{node[fill=green]{HIRHAM (DMI)}}
child[sibling distance=9mm, norm]{node[fill=green]{Aladin (CNRM)}}
};
\end{tikzpicture}
Ich weiss nicht, welche Parameter ich ändern muss, damit das alles geordneter aussieht.
Will gerne, dass CGCM3, ECHAM5 und HadCM so geordnet sind wie ARPEGE und BCM. Was muss ich dafür ändern?
Kann man generell auch die Schrift verkleinern?
Sorry nochmal!
Sebi
Hi,
sorry, wollte nicht so einen Eindruck erwecken.
-Habe nun weiterhin probiert und es inzwischen so weit geschafft:
[code]
\usepackage{tikz}
\usetikzlibrary{trees}
\begin{tikzpicture}[level distance=37mm,
edge from parent/.style={->, draw, thick},
every node/.style={fill=black!10,draw,inner sep=2pt, minimum width=20mm},
level 1/.style={fill=red!60,draw,inner sep=2pt, nodes={minimum width=20mm }},
level 2/.style={ nodes={minimum width=20mm }},
level 3/.style={sibling distance=5mm, nodes={minimum width=20mm }},
ohne/.style={edge from parent/.style={draw, thick }},
norm/.style={edge from parent/.style={->, thick,draw}}
]
\node{SRES A1B}[edge from parent fork right, grow=right]
child[ sibling distance=38mm]{ node[fill=blue!45]{HadCM}
child[sibling distance=9mm, norm]{node[fill=blue!45]{RCA3 (C4I)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{PROMES (UCLM)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HIRHAM (METNO)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 low sens. (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 high sens. (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{HadRM3 (HC)}}
child[sibling distance=9mm, norm]{node[fill=blue!45]{CLM (ETHZ)}}
}
child[ sibling distance=20mm]{ node[fill=blue!20!red]{ECHAM5}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{REMO (MPI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RegCM (ICTP)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{RACMO (KNMI)}}
child[sibling distance=9mm, norm]{node[fill=blue!20!red]{DMI HIRHAM5 (DMI)}}
}
child[ sibling distance=20mm]{node[fill=red!20]{CGCM3}
child[sibling distance=9mm, norm]{node[fill=red!20]{CRCM (OURANOS)}}
}
child[ sibling distance=26.7mm]{node[fill=yellow]{BCM}
child[sibling distance=9mm, norm]{node[fill=yellow]{RCA (SMHI)}}
child[sibling distance=9mm, norm]{node[fill=yellow]{HIRHAM (METNO)}}
}
child[ sibling distance=25.05mm]{node[fill=green]{ARPEGE}
child[sibling distance=9mm, norm]{node[fill=green]{HIRHAM (DMI)}}
child[sibling distance=9mm, norm]{node[fill=green]{Aladin (CNRM)}}
};
\end{tikzpicture}
[/code]
Ich weiss nicht, welche Parameter ich ändern muss, damit das alles geordneter aussieht.
Will gerne, dass CGCM3, ECHAM5 und HadCM so geordnet sind wie ARPEGE und BCM. Was muss ich dafür ändern?
Kann man generell auch die Schrift verkleinern?
Sorry nochmal!
Sebi