Rev 3265 | Rev 4172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4158 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $wims_read_parm!=slib_header |
1 | !if $wims_read_parm!=slib_header |
3 | !goto proc |
2 | !goto proc |
4 | !endif |
3 | !endif |
5 | slib_title=Graphviz |
- | |
6 | slib_parms=3\ |
4 | |
7 | , matrix inside brackets \ |
- | |
8 | the numero as in the matrix,[text for vertices] (optional)\ |
- | |
9 | ,url edge no_name_node (optional) |
- | |
10 | ,options for graphviz (optional). |
- | |
11 | slib_author=Bernadette Perrin-Riou |
5 | slib_author=Bernadette Perrin-Riou |
12 | slib_out=url of the image of the graph generated by graphviz |
- | |
13 | slib_comment=by default, the options are rankdir="LR" ;node [fontsize=10,width=".2", height=".2", margin=0 shape=box];\ |
- | |
14 | <br>If <tt>edge</tt> is in the third parameter, the values of the matrix are writen on the graph. \ |
- | |
15 | If <tt>url</tt> is in the third parameter, the url of the image is given. |
- | |
- | 6 | ||
16 | slib_example=[0,1,0;0,1,1;0,0,0]\ |
7 | slib_example=[0,1,0;0,1,1;0,0,0]\ |
17 | [u,v,0;0,w,x;0,y,0],[a,b,c],edge\ |
8 | [u,v,0;0,w,x;0,y,0],[a,b,c],edge\ |
18 | [0,T,0;0,1,0;0,1,0],[a,b,c],,rankdir="RL"\ |
9 | [0,T,0;0,1,0;0,1,0],[a,b,c],,rankdir="RL"\ |
19 | [0,1,0;0,1,1;0,0,0] |
10 | [0,1,0;0,1,1;0,0,0],no_label_node |
20 | slib_require=graphviz |
11 | slib_require=graphviz |
21 | !exit |
12 | !exit |
22 | 13 | ||
23 | :proc |
14 | :proc |
24 | 15 |