Skip to content

Commit 5d69ccb

Browse files
committed
Update documentation
1 parent d7dcc34 commit 5d69ccb

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed
10.6 KB
Loading

_sources/chap03.ipynb

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

0 commit comments

Comments
 (0)