Skip to content

Commit d6df54f

Browse files
link style sheets reference to customization tutorial
1 parent e528649 commit d6df54f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

galleries/examples/style_sheets/style_sheets_reference.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
66
This script demonstrates the different available style sheets on a
77
common set of example plots: scatter plot, image, bar graph, patches,
8-
line plot and histogram,
8+
line plot and histogram.
99
10+
Any of these style sheets can be imported (i.e. activated) by its name with:
11+
12+
>>> plt.style.use('ggplot')
13+
14+
while name of the available style sheets (printed in corner of the plots below) can be found in the list `matplotlib.style.available`.
15+
16+
See more details in :ref:`Customizing Matplotlib using style sheets<customizing-with-style-sheets>`.
1017
"""
1118

1219
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)