Fig. 1: "not tested at this tier" -> "adds no discriminating test at this tier"
The old label read as an omission; the skipped middle-tier cells were a design decision (the tier would replicate the exact theory, not test it), and the new wording matches the fill principle the caption states. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
This commit is contained in:
parent
e9fb28d8c4
commit
d75c58474a
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -116,8 +116,8 @@ def fig1():
|
||||||
ax.add_patch(FancyBboxPatch((x + gap, y0), cw - 2 * gap, y1 - y0,
|
ax.add_patch(FancyBboxPatch((x + gap, y0), cw - 2 * gap, y1 - y0,
|
||||||
boxstyle="round,pad=0.004", fc="white", ec="#bbbbbb",
|
boxstyle="round,pad=0.004", fc="white", ec="#bbbbbb",
|
||||||
lw=0.8, ls=(0, (3, 2))))
|
lw=0.8, ls=(0, (3, 2))))
|
||||||
ax.text(x + cw / 2, yc, "not tested at this tier", ha="center", va="center",
|
ax.text(x + cw / 2, yc, "adds no discriminating test\nat this tier", ha="center",
|
||||||
fontsize=6.4, style="italic", color="#999")
|
va="center", fontsize=6.4, style="italic", color="#999", linespacing=1.35)
|
||||||
elif cell.startswith("LIT:"):
|
elif cell.startswith("LIT:"):
|
||||||
ax.add_patch(FancyBboxPatch((x + gap, y0), cw - 2 * gap, y1 - y0,
|
ax.add_patch(FancyBboxPatch((x + gap, y0), cw - 2 * gap, y1 - y0,
|
||||||
boxstyle="round,pad=0.004", fc="white", ec="#bbbbbb",
|
boxstyle="round,pad=0.004", fc="white", ec="#bbbbbb",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue