Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f49fe39

Browse files
committed
Merge pull request #8215 from NelleV/MEP12_showcase
Mep12 showcase
1 parent 6750f68 commit f49fe39

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

examples/showcase/firefox.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
=======
3+
Firefox
4+
=======
5+
6+
This example shows how to create the Firefox logo with path and patches.
7+
"""
8+
19
import re
210
import numpy as np
311
import matplotlib.pyplot as plt

examples/showcase/xkcd.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
====
3+
XKCD
4+
====
5+
6+
Shows how to create an xkcd-like plot.
7+
"""
18
import matplotlib.pyplot as plt
29
import numpy as np
310

0 commit comments

Comments
 (0)