User Tools

Site Tools


other:graphviz_howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
graphviz_howto [2012/04/10 09:43] dodgerother:graphviz_howto [2022/02/11 11:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Description ====== +====== [DOC] Graphviz cheatsheet ======
-Graphviz cheatsheet!+
  
 ====== Node Shapes ====== ====== Node Shapes ======
Line 39: Line 38:
   * component   * component
  
 +Aquí unos [[http://www.graphviz.org/doc/info/shapes.html|Samples]].
  
 +====== Colors ======
  
- +[[http://graphviz.org/doc/info/colors.html]]
-<graphviz> +
-digraph Incremental { +
-Monday [shape=box]; +
-Full [shape=doubleoctagon,label="Full Uncompressed backup"]; +
-restofdays [shape=record,label="Tuesday|...|Sunday"]+
-find [shape=diamond]+
-{ rank = same; +
-Monday; +
-Full; +
-+
-Monday->Full; +
-Monday->restofdays; +
-restofdays->find +
-+
-folder +
-</graphviz>+
  
  
 +====== Examples ======
  
 <code> <code>
other/graphviz_howto.1334051026.txt.gz · Last modified: 2012/04/10 09:43 by dodger