Skip to content

Commit cea7f28

Browse files
committed
Switch script docstring to sphinx-gallery style
1 parent 1b6dbb6 commit cea7f28

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

examples/style_sheets/style_sheets_reference.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
"""
2-
This example demonstrates different available style sheets on a common example.
2+
======================
3+
Style sheets reference
4+
======================
5+
6+
This scripts demonstrates the different available style sheets on a
7+
common set of example plots: scatter plot, image, bar graph, patches,
8+
line plot and histogram,
39
4-
The different plots are heavily similar to the other ones in the style sheet
5-
gallery.
610
"""
711

812
import numpy as np

0 commit comments

Comments
 (0)