Skip to content

Commit

Permalink
Bug fix, more TODO item done!
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthEE committed May 6, 2015
1 parent 2c74eb1 commit f4d2bb9
Show file tree
Hide file tree
Showing 7 changed files with 935 additions and 153 deletions.
12 changes: 6 additions & 6 deletions AttrsDef.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
### name, default_value, category, group, type, param, description
['color', 'black', 'basic', 'color_attrs', "color", None, 'node shape color' ],
['colorscheme', 'x11', 'basic', 'color_attrs', "colorscheme",None, 'scheme for interpreting' ],
['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ],
['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ],
['distortion', 0, 'extra', 'shape-param', "float", None, 'node distortion for shape=polygon' ],
['fillcolor', 'lightgrey', 'basic', 'color_attrs', "color", None, 'node fill color' ],
['fixedsize', False, 'extra', None, "bool", None, 'label text has no affect on node size' ],
Expand All @@ -64,7 +64,7 @@
['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
['image', None, 'extra', None, "img_file", None, 'image file name' ],
['imagescale', 'false', 'extra', None, "enum", E_IMAGESCALE, 'true,width,height,both' ],
['label', None, 'basic', None, "string", None, 'any string' ],
['label', None, 'basic', None, "bigstring", None, 'any string' ],
['labelloc', 'c', 'extra', None, "enum", E_LABELLOC, 'node label vertical alignment(center, top, bottom)' ],
['layer', None, 'advance', None, "string", None, 'all, id or id:id, or a comma-separated list of the former'],
['margin', '0.11,0.55', 'extra', None, "string", None, 'space around label' ],
Expand Down Expand Up @@ -105,7 +105,7 @@
['arrowtail', 'normal', 'basic', 'arrow', "enum_arrowtype",E_ARROWTYPE, 'style of arrowhead at tail end' ],
['color', 'black', 'basic', 'color_attrs',"color", None, 'edge stroke color' ],
['colorscheme', 'x11', 'basic', 'color_attrs',"colorscheme", None, 'scheme for interpreting color names' ],
['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ],
['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ],
['constraint', True, 'extra', None, "bool", None, 'use edge to affect node ranking' ],
['decorate', False, 'extra', None, "bool", None, 'if set, draws a line connecting labels with their edges'],
['dir', 'forward', 'basic', 'arrow', "enum", E_DIRECTION, 'arrow direction, forward, back, both, or none' ],
Expand All @@ -125,7 +125,7 @@
['headtooltip', None, 'extra', 'head', "string", None, 'tooltip annotation near head of edge' ],
['href', None, 'extra', None, "string", None, 'alias for URL' ],
['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
['label', None, 'basic', None, "string", None, 'edge label' ],
['label', None, 'basic', None, "bigstring", None, 'edge label' ],
['labelangle', -25.0, 'extra', 'label_attr',"float", None, 'angle in degrees which head or tail label is rotated off edge'],
['labeldistance', 1.0, 'extra', 'label_attr',"float", None, 'scaling factor for distance of head or tail label from node'],
['labelfloat', False, 'extra', 'label_attr',"bool", None, 'lessen constraints on edge label placement' ],
Expand Down Expand Up @@ -178,7 +178,7 @@
['clusterrank', 'local', 'extra', 'cluster', 'enum', E_CLUSTERRANK, 'mode used for handling clusters.' ],
['color', 'black', 'extra', 'color_attrs','color', None, 'for clusters, outline color, and fill color if "fillcolor" not defined'],
['colorscheme', 'x11', 'extra', 'color_attrs','colorscheme',None, 'scheme for interpreting color names' ],
['comment', None, 'extra', None, 'string', None, 'any string (format-dependent)' ],
['comment', None, 'extra', None, 'bigstring', None, 'any string (format-dependent)' ],
['compound', False, 'extra', None, 'bool', None, 'allow edges between clusters' ],
['concentrate', False, 'extra', None, 'bool', None, 'enables edge concentrators' ],
['dpi', 96, 'extra', None, 'int', None, 'dots per inch for image output' ],
Expand All @@ -189,7 +189,7 @@
['fontpath', None, 'advance', None, 'string', None, 'list of directories to search for fonts' ],
['fontsize', None, 'basic', 'graph_font','int', None, 'point size of label' ],
['id', None, 'extra', None, 'string', None, 'any string (user-defineed output object tags' ],
['label', None, 'basic', None, 'string', None, 'any string' ],
['label', None, 'basic', None, 'bigstring', None, 'any string' ],
['labeljust', 'c', 'extra', 'cluster', 'enum', E_LABELJUST, '"l" and "r" for left- and right-justified cluster labels, respectively'],
['labelloc', 't', 'extra', 'cluster', 'enum', E_LABELLOC, '"t" and "b" for top- and bottom-justified cluster labels, respectively'],
['landscape', False, 'extra', None, 'bool', None, 'if true, means orientation=landscape' ],
Expand Down
Loading

0 comments on commit f4d2bb9

Please sign in to comment.