Skip to content

Commit eea1145

Browse files
authored
Merge pull request #253 from abostroem/issue227
added plot_cmd(candidate_df) to episode 8 to resolve issue #227
2 parents b7648c9 + 4f9f6a6 commit eea1145

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
@@ -751,6 +751,7 @@ Hint: pass `loop_df` as an argument to `Polygon` as we did in episode 7 and then
751751
```python
752752
fig = plt.figure()
753753
ax = fig.add_subplot(1,1,1)
754+
plot_cmd(candidate_df)
754755
poly_cmd = Polygon(loop_df, closed=True,
755756
facecolor='C1', alpha=0.4)
756757
ax.add_patch(poly_cmd)

0 commit comments

Comments
 (0)