"सदस्य:आदित्य चौधरी/प्रयोग पन्ना": अवतरणों में अंतर

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:नेविगेशन, खोजें
No edit summary
No edit summary
पंक्ति 1: पंक्ति 1:
<graphviz>
<graphviz>
digraph G {
digraph G {
  bgcolor="transparent";
node [style=filled, color=black, fillcolor=ghostwhite];
  rankdir=LR;
bgcolor="transparent";
  Dreieck 
node [URL="http://www.wikischool.de/wiki/\N"];  
    [shape=triangle,  
size ="8,8";
    style=filled,  
Grundschule[shape=box, style=filled, fillcolor=lightblue];
    color=blue,  
Berufsausbildung [style=filled, fillcolor=lightblue];
    fillcolor=midnightblue,
Grundschule -> Realschule [weight=8] [label="4"];
    fontcolor=white];
Grundschule -> Hauptschule [weight=8][label="4"];
  Ei
Grundschule -> Gymnasium [weight=8][label="4"];
    [shape=egg,
Hauptschule -> BVJ[label="5"];
    style=filled,
Hauptschule -> Berufsfachschule [label="5"];
    color=beige,
Hauptschule -> Berufsausbildung [label="5"];
    fillcolor=lightcoral];
BVJ -> Berufsausbildung [label="1"];
  Kasten
Berufsfachschule -> Berufsausbildung [label="1 oder 2"];
    [shape=box,
Berufsfachschule -> Oberstufe [label="1 oder 2"];
    style=filled,
Realschule -> Oberstufe [label="6"];
    color=yellow,
Realschule -> Berufsausbildung [label="5"];
    fillcolor=green];
Gymnasium -> Studium [label="3 bis 5"];
  Haus
Gymnasium -> Oberstufe [label="6"];
    [shape=house,
Gymnasium -> Berufsausbildung [label="9"];
      style=filled,
Oberstufe -> TG [label="3"];
      color=gray,
Oberstufe -> WG [label="3"];
      fillcolor=red];
Oberstufe -> EG [label="3"];
  Kreis
TG -> Berufsausbildung [label="3"];
    [shape=circle,
WG -> Berufsausbildung [label="3"];
    style=filled,
EG -> Berufsausbildung [label="3"];
    color=green,
TG -> Studium [label="3 bis 5"];
    fillcolor=lawngreen,
WG -> Studium [label="3 bis 5"];
    fontcolor=linen];
EG -> Studium [label="3 bis 5"];
  Nix
Studium -> Berufsausbildung [label="3"];
    [shape=none,
}
    fontcolor=red];
 
  Dreieck -> Ei -> Kasten ->  
  Haus -> Kreis ->Nix [color=blue]; // Pfeile blau
  Standard -> Ei -> Haus [color=red]; // Standard vorher nicht definiert
                                    // Pfeile rot
</graphviz>
</graphviz>

08:05, 6 जुलाई 2011 का अवतरण

<graphviz> digraph G { node [style=filled, color=black, fillcolor=ghostwhite]; bgcolor="transparent"; node [URL="http://www.wikischool.de/wiki/\N"]; size ="8,8"; Grundschule[shape=box, style=filled, fillcolor=lightblue]; Berufsausbildung [style=filled, fillcolor=lightblue]; Grundschule -> Realschule [weight=8] [label="4"]; Grundschule -> Hauptschule [weight=8][label="4"]; Grundschule -> Gymnasium [weight=8][label="4"]; Hauptschule -> BVJ[label="5"]; Hauptschule -> Berufsfachschule [label="5"]; Hauptschule -> Berufsausbildung [label="5"]; BVJ -> Berufsausbildung [label="1"]; Berufsfachschule -> Berufsausbildung [label="1 oder 2"]; Berufsfachschule -> Oberstufe [label="1 oder 2"]; Realschule -> Oberstufe [label="6"]; Realschule -> Berufsausbildung [label="5"]; Gymnasium -> Studium [label="3 bis 5"]; Gymnasium -> Oberstufe [label="6"]; Gymnasium -> Berufsausbildung [label="9"]; Oberstufe -> TG [label="3"]; Oberstufe -> WG [label="3"]; Oberstufe -> EG [label="3"]; TG -> Berufsausbildung [label="3"]; WG -> Berufsausbildung [label="3"]; EG -> Berufsausbildung [label="3"]; TG -> Studium [label="3 bis 5"]; WG -> Studium [label="3 bis 5"]; EG -> Studium [label="3 bis 5"]; Studium -> Berufsausbildung [label="3"]; } </graphviz>