Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „graphviz> digraph NAME { # Strukturdiagramm zu Integralrechnung. rankdir=LR node [style=rounded] node1 [fillcolor=yellow,shape=box] node7 [fillcolo…“)

Version vom 3. Mai 2011, 10:32 Uhr

graphviz>

  digraph NAME {
  # Strukturdiagramm zu Integralrechnung.
  rankdir=LR
 node [style=rounded]
 node1 [fillcolor=yellow,shape=box]
 node7 [fillcolor=yellow, 
        style="dashed,rounded,
        filled", shape=diamond]
}
</graphviz>