Skip to content

Commit 4f9f6a6

Browse files
committed
added plot_cmd(candidate_df) to episode 8 to resolve issue #227
1 parent 68f4f89 commit 4f9f6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

episodes/08-plot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ Hint: pass `loop_df` as an argument to `Polygon` as we did in episode 7 and then
753753
```python
754754
fig = plt.figure()
755755
ax = fig.add_subplot(1,1,1)
756+
plot_cmd(candidate_df)
756757
poly_cmd = Polygon(loop_df, closed=True,
757758
facecolor='C1', alpha=0.4)
758759
ax.add_patch(poly_cmd)

0 commit comments

Comments
 (0)