We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f4f89 commit 4f9f6a6Copy full SHA for 4f9f6a6
1 file changed
episodes/08-plot.md
@@ -753,6 +753,7 @@ Hint: pass `loop_df` as an argument to `Polygon` as we did in episode 7 and then
753
```python
754
fig = plt.figure()
755
ax = fig.add_subplot(1,1,1)
756
+plot_cmd(candidate_df)
757
poly_cmd = Polygon(loop_df, closed=True,
758
facecolor='C1', alpha=0.4)
759
ax.add_patch(poly_cmd)
0 commit comments