Swap the labels of s1 and s2 in 4-3 to better match 4-2

Fixes #282.
This commit is contained in:
Carol (Nichols || Goulding) 2016-11-10 17:58:24 -05:00
parent d199e608d8
commit 7d41f6caa3
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ digraph {
node [shape="plaintext"]; node [shape="plaintext"];
table0[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0"> table0[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
<TR><TD COLSPAN="2" SIDES="B">s1</TD></TR> <TR><TD COLSPAN="2" SIDES="B">s2</TD></TR>
<TR><TD>name</TD><TD>value</TD></TR> <TR><TD>name</TD><TD>value</TD></TR>
<TR><TD>ptr</TD><TD PORT="pointer"></TD></TR> <TR><TD>ptr</TD><TD PORT="pointer"></TD></TR>
<TR><TD>len</TD><TD>5</TD></TR> <TR><TD>len</TD><TD>5</TD></TR>
@ -20,7 +20,7 @@ digraph {
</TABLE>>]; </TABLE>>];
table3[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0"> table3[label=<<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
<TR><TD COLSPAN="2" SIDES="B">s2</TD></TR> <TR><TD COLSPAN="2" SIDES="B">s1</TD></TR>
<TR><TD>name</TD><TD>value</TD></TR> <TR><TD>name</TD><TD>value</TD></TR>
<TR><TD>ptr</TD><TD PORT="pointer"></TD></TR> <TR><TD>ptr</TD><TD PORT="pointer"></TD></TR>
<TR><TD>len</TD><TD>5</TD></TR> <TR><TD>len</TD><TD>5</TD></TR>

View File

@ -12,7 +12,7 @@
<!-- table0 --> <!-- table0 -->
<g id="node1" class="node"><title>table0</title> <g id="node1" class="node"><title>table0</title>
<polyline fill="none" stroke="black" points="8,-124 96,-124 "/> <polyline fill="none" stroke="black" points="8,-124 96,-124 "/>
<text text-anchor="start" x="45.7759" y="-129.8" font-family="Times,serif" font-size="14.00">s1</text> <text text-anchor="start" x="45.7759" y="-129.8" font-family="Times,serif" font-size="14.00">s2</text>
<polygon fill="none" stroke="black" points="8,-104 8,-124 60,-124 60,-104 8,-104"/> <polygon fill="none" stroke="black" points="8,-104 8,-124 60,-124 60,-104 8,-104"/>
<text text-anchor="start" x="18.8413" y="-109.8" font-family="Times,serif" font-size="14.00">name</text> <text text-anchor="start" x="18.8413" y="-109.8" font-family="Times,serif" font-size="14.00">name</text>
<polygon fill="none" stroke="black" points="60,-104 60,-124 96,-124 96,-104 60,-104"/> <polygon fill="none" stroke="black" points="60,-104 60,-124 96,-124 96,-104 60,-104"/>
@ -64,7 +64,7 @@
<!-- table3 --> <!-- table3 -->
<g id="node3" class="node"><title>table3</title> <g id="node3" class="node"><title>table3</title>
<polyline fill="none" stroke="black" points="8,-270 96,-270 "/> <polyline fill="none" stroke="black" points="8,-270 96,-270 "/>
<text text-anchor="start" x="45.7759" y="-275.8" font-family="Times,serif" font-size="14.00">s2</text> <text text-anchor="start" x="45.7759" y="-275.8" font-family="Times,serif" font-size="14.00">s1</text>
<polygon fill="none" stroke="black" points="8,-250 8,-270 60,-270 60,-250 8,-250"/> <polygon fill="none" stroke="black" points="8,-250 8,-270 60,-270 60,-250 8,-250"/>
<text text-anchor="start" x="18.8413" y="-255.8" font-family="Times,serif" font-size="14.00">name</text> <text text-anchor="start" x="18.8413" y="-255.8" font-family="Times,serif" font-size="14.00">name</text>
<polygon fill="none" stroke="black" points="60,-250 60,-270 96,-270 96,-250 60,-250"/> <polygon fill="none" stroke="black" points="60,-250 60,-270 96,-270 96,-250 60,-250"/>

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB