Skip to content

Commit f0a351e

Browse files
authored
Merge pull request #86 from snowch/claude/fix-bernoulli-rendering-mjFhe
Fix overlapping arrow in Binomial diagram
2 parents ceef736 + 2a11cb2 commit f0a351e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chapter_07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ ax.annotate('Count sequences', xy=(3.8, 5.5), xytext=(0.3, 5.0),
492492
arrowprops=dict(arrowstyle='->', color='orange', lw=2.5),
493493
fontsize=20, color='orange', weight='bold')
494494
495-
ax.annotate('Each sequence\nhas same\nprobability', xy=(7.5, 7.5), xytext=(7.5, 9.0),
495+
ax.annotate('Each sequence\nhas same\nprobability', xy=(8.1, 7.0), xytext=(9.2, 7.8),
496496
arrowprops=dict(arrowstyle='->', color='steelblue', lw=2.5),
497-
fontsize=20, color='steelblue', weight='bold', ha='center')
497+
fontsize=20, color='steelblue', weight='bold', ha='left')
498498
499499
ax.annotate('Multiply!', xy=(6.2, 2.3), xytext=(7.8, 1.5),
500500
arrowprops=dict(arrowstyle='->', color='green', lw=2.5),

0 commit comments

Comments
 (0)