Hilfe:Graphviz. ACHTUNG: Diese Erweiterung steht nicht mehr zur Verfügung!
Bedienungsanleitung Beispiel Einführung Komplizierteres Beispiel Formen für die Knoten Abgerundete Formen Gestaltungsmöglichkeiten für den Rand: dashed, dotted, bold, solid (default) Ausrichtung Die Ausrichtung einer Grafik lässt sich mit rankdir=LR bestimmen. ersetzen: Farbe Farbtabelle 1. 2. Pfeilspitzen Globale Angaben werden mit edge= ... angegeben. Anwendung Hintergrund Kombinierte Knoten Hier wird die Struktur shape=record verwendet. Links Beispiel 1 Beispiel 2 Das sieht man digraph G { bgcolor="transparent" node [style=filled, color=black, fillcolor=lightblue shape=box]; node [URL="/\N"] "ZUM-Wiki-Rundgang" -> "Was ist ein Wiki? " Das schreibt man <center><graphviz> digraph G { bgcolor="transparent" node [style=filled, color=black, fillcolor=lightblue shape=box]; node [URL="/\N"] "ZUM-Wiki-Rundgang" -> "Was ist ein Wiki?
" Zeilenumbruch Zeilenumbrüche können manchmal sehr nützlich sein. Auch Umlaute werden richtig dargestellt. Subgraph Sonstiges. Node Shapes. There are three main types of shapes : polygon-based, record-based and user-defined.
The record-based shape has largely been superseded and greatly generalized by HTML-like labels. That is, instead of using shape=record, one might consider using shape=none and an HTML-like label. The geometry and style of all node shapes are affected by the node attributes fixedsize, fontname, fontsize, height, label, style and width. Polygon-based Nodes The possible polygon-based shapes are displayed below. The geometries of polygon-based shapes are also affected by the node attributes regular, peripheries and orientation. Normally, the size of a node is determined by smallest width and height needed to contain its label and image, if any, with a margin specified by the margin attribute.
Yields the figure Note that the label of the yellow node, with fixedsize=true, overlaps the other node, where there is sufficient space for the gray node with fixedsize=shape. Record-based Nodes If we add the line filled bold. Node Shapes. There are three main types of shapes : polygon-based, record-based and user-defined.
The record-based shape has largely been superseded and greatly generalized by HTML-like labels. That is, instead of using shape=record, one might consider using shape=none and an HTML-like label. The geometry and style of all node shapes are affected by the node attributes fixedsize, fontname, fontsize, height, label, style and width. Polygon-based Nodes The possible polygon-based shapes are displayed below. The geometries of polygon-based shapes are also affected by the node attributes regular, peripheries and orientation. Normally, the size of a node is determined by smallest width and height needed to contain its label and image, if any, with a margin specified by the margin attribute. Yields the figure Note that the label of the yellow node, with fixedsize=true, overlaps the other node, where there is sufficient space for the gray node with fixedsize=shape.
Record-based Nodes If we add the line filled bold.