Skip to content

Commit 69e19ed

Browse files
fix type and line length
1 parent d6df54f commit 69e19ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

galleries/examples/style_sheets/style_sheets_reference.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
common set of example plots: scatter plot, image, bar graph, patches,
88
line plot and histogram.
99
10-
Any of these style sheets can be imported (i.e. activated) by its name with:
10+
Any of these style sheets can be imported (i.e. activated) by its name.
11+
For example for the ggplot style:
1112
1213
>>> plt.style.use('ggplot')
1314
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+
The names of the available style sheets can be found
16+
in the list `matplotlib.style.available`
17+
(they are also printed in the corner of each plot below).
1518
1619
See more details in :ref:`Customizing Matplotlib using style sheets<customizing-with-style-sheets>`.
1720
"""

0 commit comments

Comments
 (0)