Skip to content

Commit f4d2bb9

Browse files
committed
Bug fix, more TODO item done!
1 parent 2c74eb1 commit f4d2bb9

File tree

7 files changed

+935
-153
lines changed

7 files changed

+935
-153
lines changed

AttrsDef.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
### name, default_value, category, group, type, param, description
5050
['color', 'black', 'basic', 'color_attrs', "color", None, 'node shape color' ],
5151
['colorscheme', 'x11', 'basic', 'color_attrs', "colorscheme",None, 'scheme for interpreting' ],
52-
['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ],
52+
['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ],
5353
['distortion', 0, 'extra', 'shape-param', "float", None, 'node distortion for shape=polygon' ],
5454
['fillcolor', 'lightgrey', 'basic', 'color_attrs', "color", None, 'node fill color' ],
5555
['fixedsize', False, 'extra', None, "bool", None, 'label text has no affect on node size' ],
@@ -64,7 +64,7 @@
6464
['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
6565
['image', None, 'extra', None, "img_file", None, 'image file name' ],
6666
['imagescale', 'false', 'extra', None, "enum", E_IMAGESCALE, 'true,width,height,both' ],
67-
['label', None, 'basic', None, "string", None, 'any string' ],
67+
['label', None, 'basic', None, "bigstring", None, 'any string' ],
6868
['labelloc', 'c', 'extra', None, "enum", E_LABELLOC, 'node label vertical alignment(center, top, bottom)' ],
6969
['layer', None, 'advance', None, "string", None, 'all, id or id:id, or a comma-separated list of the former'],
7070
['margin', '0.11,0.55', 'extra', None, "string", None, 'space around label' ],
@@ -105,7 +105,7 @@
105105
['arrowtail', 'normal', 'basic', 'arrow', "enum_arrowtype",E_ARROWTYPE, 'style of arrowhead at tail end' ],
106106
['color', 'black', 'basic', 'color_attrs',"color", None, 'edge stroke color' ],
107107
['colorscheme', 'x11', 'basic', 'color_attrs',"colorscheme", None, 'scheme for interpreting color names' ],
108-
['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ],
108+
['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ],
109109
['constraint', True, 'extra', None, "bool", None, 'use edge to affect node ranking' ],
110110
['decorate', False, 'extra', None, "bool", None, 'if set, draws a line connecting labels with their edges'],
111111
['dir', 'forward', 'basic', 'arrow', "enum", E_DIRECTION, 'arrow direction, forward, back, both, or none' ],
@@ -125,7 +125,7 @@
125125
['headtooltip', None, 'extra', 'head', "string", None, 'tooltip annotation near head of edge' ],
126126
['href', None, 'extra', None, "string", None, 'alias for URL' ],
127127
['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
128-
['label', None, 'basic', None, "string", None, 'edge label' ],
128+
['label', None, 'basic', None, "bigstring", None, 'edge label' ],
129129
['labelangle', -25.0, 'extra', 'label_attr',"float", None, 'angle in degrees which head or tail label is rotated off edge'],
130130
['labeldistance', 1.0, 'extra', 'label_attr',"float", None, 'scaling factor for distance of head or tail label from node'],
131131
['labelfloat', False, 'extra', 'label_attr',"bool", None, 'lessen constraints on edge label placement' ],
@@ -178,7 +178,7 @@
178178
['clusterrank', 'local', 'extra', 'cluster', 'enum', E_CLUSTERRANK, 'mode used for handling clusters.' ],
179179
['color', 'black', 'extra', 'color_attrs','color', None, 'for clusters, outline color, and fill color if "fillcolor" not defined'],
180180
['colorscheme', 'x11', 'extra', 'color_attrs','colorscheme',None, 'scheme for interpreting color names' ],
181-
['comment', None, 'extra', None, 'string', None, 'any string (format-dependent)' ],
181+
['comment', None, 'extra', None, 'bigstring', None, 'any string (format-dependent)' ],
182182
['compound', False, 'extra', None, 'bool', None, 'allow edges between clusters' ],
183183
['concentrate', False, 'extra', None, 'bool', None, 'enables edge concentrators' ],
184184
['dpi', 96, 'extra', None, 'int', None, 'dots per inch for image output' ],
@@ -189,7 +189,7 @@
189189
['fontpath', None, 'advance', None, 'string', None, 'list of directories to search for fonts' ],
190190
['fontsize', None, 'basic', 'graph_font','int', None, 'point size of label' ],
191191
['id', None, 'extra', None, 'string', None, 'any string (user-defineed output object tags' ],
192-
['label', None, 'basic', None, 'string', None, 'any string' ],
192+
['label', None, 'basic', None, 'bigstring', None, 'any string' ],
193193
['labeljust', 'c', 'extra', 'cluster', 'enum', E_LABELJUST, '"l" and "r" for left- and right-justified cluster labels, respectively'],
194194
['labelloc', 't', 'extra', 'cluster', 'enum', E_LABELLOC, '"t" and "b" for top- and bottom-justified cluster labels, respectively'],
195195
['landscape', False, 'extra', None, 'bool', None, 'if true, means orientation=landscape' ],

0 commit comments

Comments
 (0)