Changeset 33 for trunk/klask


Ignore:
Timestamp:
Feb 8, 2008, 8:54:51 AM (16 years ago)
Author:
g7moreau
Message:
  • Change in format dot (exportsw) the location circle. Now, the switch location are written on two lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r32 r33  
    10721072         $l++;
    10731073 
    1074          print "\"location$b-$l\" [label = \"$building / $loc\", color = black, fillcolor = orange, style = filled];\n";
     1074         print "\"location$b-$l\" [label = \"$building".'/'.join('\n',split("/",$loc))."\", color = black, fillcolor = orange, style = filled];\n";
     1075#         print "\"location$b-$l\" [label = \"$building / $loc\", color = black, fillcolor = orange, style = filled];\n";
    10751076         print "\"building$b\" -> \"location$b-$l\" [len = 2, color = firebrick]\n";
    10761077
Note: See TracChangeset for help on using the changeset viewer.