Ignore:
Timestamp:
11/17/08 01:13:44 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. -> %SYSTEMWEB% again again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt

    r529 r758  
    5050| =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 | 
    5151| =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= | 
    5353| =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 | 
    5454| =hideattachments="on"= | Set whether or not attachments should be hidden from the attachment table | =on= | 
     
    300300<td valign="top" width="25%"> 
    301301__You get: (if installed)__ <br /> 
    302 <dot engine="dot"  size="300x300" library="TWiki.DirectedGraphPlugin"> 
     302<dot engine="dot"  size="300x300" library="%SYSTEMWEB%.DirectedGraphPlugin"> 
    303303digraph G { size="2,3!"; dpi="100"; 
    304304    edge [arrowhead=none color=blue]; 
     
    322322<td valign="top" width="25%"> 
    323323__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"> 
    325325digraph G { size="2,3!"; dpi="100"; 
    326326    edge [arrowhead=none color=blue]; 
     
    383383 
    384384   * %X% Default topic to read library icons (shapefiles) from  
    385       * Set LIBRARY = TWiki.DirectedGraphPlugin 
     385      * Set LIBRARY = %SYSTEMWEB%.DirectedGraphPlugin 
    386386 
    387387   * Debug plugin: (See output in =data/debug.txt=)  
     
    457457This 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. 
    458458 
    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"  
    460460      * Size the image size in dots, density is dots per inch. 
    461461   $ graph parameters used by =dot=: digraph G { size="2,3!"; dpi="100";  
Note: See TracChangeset for help on using the changeset viewer.