Skip to content

Commit d39f168

Browse files
committed
Correction in stack diagram
1 parent f1bdb19 commit d39f168

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

soln/chap03.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,10 @@
762762
"width, height, x, y = [3.77, 2.9, 1.1, 2.65]\n",
763763
"ax = diagram(width, height)\n",
764764
"bbox = stack.draw(ax, x, y)\n",
765-
"# adjust(x, y, bbox)"
765+
"# adjust(x, y, bbox)\n",
766+
"\n",
767+
"import matplotlib.pyplot as plt\n",
768+
"plt.savefig('chap03_stack_diagram.png', dpi=300)"
766769
]
767770
},
768771
{

0 commit comments

Comments
 (0)