- Timestamp:
- 11/17/08 01:13:44 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt
r529 r758 50 50 | =vectorformats="ps svg"= | The PNG file created from the graph per default is a bitmap file. If you need a vector based file rendering or other bitmap types as well, you can specify =ps=, =svg= and =jpg= formats (will be attached to topic, visible under attachments view). Any format supported by !GraphViz is supported by this plugin. It is mapped to the =-T= parameter. | none | 51 51 | =engine="neato"= | Which layout engine to use for the graph: One of =dot=, =neato=, =twopi=, =circo= or =fdp=. | =dot= | 52 | =library="Main.GroupIcons"= | Which icon library topic to use for custom shapes ([shapefile] parameter). Needs to be explicitly set, also if icons are attached locally to the current graph topic. See demo below. | = TWiki.DirectedGraphPlugin= |52 | =library="Main.GroupIcons"= | Which icon library topic to use for custom shapes ([shapefile] parameter). Needs to be explicitly set, also if icons are attached locally to the current graph topic. See demo below. | =%SYSTEMWEB%.DirectedGraphPlugin= | 53 53 | =file="file_prefix"= | Overrides the dynamically generated filenames. If specified, must be unique for each graph within a single topic! Suffix is still generated automatically based upon file type. | =graph_nn= nn increments per graph | 54 54 | =hideattachments="on"= | Set whether or not attachments should be hidden from the attachment table | =on= | … … 300 300 <td valign="top" width="25%"> 301 301 __You get: (if installed)__ <br /> 302 <dot engine="dot" size="300x300" library=" TWiki.DirectedGraphPlugin">302 <dot engine="dot" size="300x300" library="%SYSTEMWEB%.DirectedGraphPlugin"> 303 303 digraph G { size="2,3!"; dpi="100"; 304 304 edge [arrowhead=none color=blue]; … … 322 322 <td valign="top" width="25%"> 323 323 __You get: (if installed, antialiased)__ <br /> 324 <dot engine="dot" antialias="1" size="300x300" density="100" library=" TWiki.DirectedGraphPlugin">324 <dot engine="dot" antialias="1" size="300x300" density="100" library="%SYSTEMWEB%.DirectedGraphPlugin"> 325 325 digraph G { size="2,3!"; dpi="100"; 326 326 edge [arrowhead=none color=blue]; … … 383 383 384 384 * %X% Default topic to read library icons (shapefiles) from 385 * Set LIBRARY = TWiki.DirectedGraphPlugin385 * Set LIBRARY = %SYSTEMWEB%.DirectedGraphPlugin 386 386 387 387 * Debug plugin: (See output in =data/debug.txt=) … … 457 457 This method is not compatible with client side image maps unless the imagesize rendered by graphviz is the same as the final output from ImageMagick. For example, the following parameters will result in compatible maps. 458 458 459 $ dot parameters passed to =convert=: antialias="1" size="300x300" density="100" library=" TWiki.DirectedGraphPlugin"459 $ dot parameters passed to =convert=: antialias="1" size="300x300" density="100" library="%SYSTEMWEB%.DirectedGraphPlugin" 460 460 * Size the image size in dots, density is dots per inch. 461 461 $ graph parameters used by =dot=: digraph G { size="2,3!"; dpi="100";
Note: See TracChangeset
for help on using the changeset viewer.
