Skip to content

Commit af9246e

Browse files
committed
Fixup code block comment
1 parent c286972 commit af9246e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog_professional/_posts/2020-07-16-blog-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ I've found [this web tool](https://www.fotor.com/) useful for throwing images to
206206
When you generate graphs, save them as high-resolution (300 DPI) `.png`'s with transparency enabled.
207207
Here's how to do that with Matplotlib.
208208
```python
209-
...
209+
# ... all your seaborn & Matplotlib junk
210+
# then,
210211
plt.savefig(
211212
'title-slug-descriptor.png',
212213
transparent=True,

0 commit comments

Comments
 (0)