Rev 5903 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4181 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Graphviz |
||
4 | slib_parms=3\ |
||
4523 | bpr | 5 | , matrice dans des parenthèses \ |
6 | the numero as in the matrix,[texte pour les sommets] (optionnel)\ |
||
7 | ,url arc no_name_node (optionnel) |
||
8 | ,options pour graphviz (optionnel). |
||
4181 | bpr | 9 | |
4523 | bpr | 10 | slib_out=url de l'image du graphe généré par graphviz |
11 | slib_comment=par défaut, les options sont rankdir="LR" ;node [fontsize=10,width=".2", height=".2", margin=0 shape=box];\ |
||
17172 | bpr | 12 | <br> Si <span class="tt">edge</span> apparaît dans le 3° paramètre, les valeurs de la matrice sont reportées sur le graphe. \ |
5903 | bpr | 13 | Si <span class="tt">url</span> apparaît dans le 3° paramètre, l'url de l'image est fournie. |