File: glist.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (23 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
glist            Scilab Group            Scilab Function              glist
NAME
   glist - graph list creation
  
CALLING SEQUENCE
 g = glist(a1, ... ,a34)
DESCRIPTION
   glist(a1,....a34) is a shortcut to  to
  tlist(['graph','name','directed','node_number','tail','head',..          
  'node_name','node_type','node_x','node_y','node_color',..          
  'node_diam','node_border','node_font_size','node_demand',..          
  'edge_name','edge_color','edge_width','edge_hi_width',..          
  'edge_font_size','edge_length','edge_cost',..          
  'edge_min_cap','edge_max_cap','edge_q_weight','edge_q_orig',..          
  'edge_weight','default_node_diam','default_node_border',..          
  'default_edge_width','default_edge_hi_width',..          
  'default_font_size','node_label','edge_label'],a1, ... ,a34) It is a low
  level function to create graph lists, mainly used by programmers.  No
  checking is done. For standard creation of graph lists, use make_graph.
  
SEE ALSO
   check_graph, graph-list, make_graph