Skip to content

Commit 1e653fd

Browse files
committed
DOC moving showcase examples to sphinx-gallery
1 parent 5faff6e commit 1e653fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

examples/showcase/firefox.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
=======
33
Firefox
44
=======
5+
6+
This example shows how to create the firefox logo with path and patches.
57
"""
68

79
import re

examples/showcase/xkcd.py

+7
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)