Subversion Repositories wimsdev

Rev

Rev 4349 | Rev 5736 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4349 Rev 4908
Line 5... Line 5...
5
slib_author=Bernadette, Perrin-Riou
5
slib_author=Bernadette, Perrin-Riou
6
 
6
 
7
slib_example=[0,1,0;0,1,1;0,0,0]\
7
slib_example=[0,1,0;0,1,1;0,0,0]\
8
[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\
9
[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"\
10
[0,1,0;0,1,1;0,0,0],no_label_node
10
[0,1,0;0,1,1;0,0,0],no_label_node,html
11
slib_require=graphviz
11
slib_require=graphviz
12
!exit
12
!exit
13
 
13
 
14
:proc
14
:proc
15
 
15
 
Line 69... Line 69...
69
 
69
 
70
slib_out=$slib_graph bar {$slib_options $slib_graphv}
70
slib_out=$slib_graph bar {$slib_options $slib_graphv}
71
 
71
 
72
slib_graphviz_out=!exec graphviz $slib_out
72
slib_graphviz_out=!exec graphviz $slib_out
73
slib_out=!line 1 of $slib_graphviz_out
73
slib_out=!line 1 of $slib_graphviz_out
74
!if url notin $slib_output 
74
!if url notin $slib_output or html isin $slib_output
75
  slib_out=<img src="$slib_out" alt="">
75
  slib_out=<img src="$slib_out" alt="">
76
!endif
76
!endif