8000 Merge pull request #13911 from timhoffm/fix-joinstyles-example · timhoffm/matplotlib@deb512f · GitHub
[go: up one dir, main page]

Skip to content

Commit deb512f

Browse files
authored
Merge pull request matplotlib#13911 from timhoffm/fix-joinstyles-example
Fix joinstyles example
2 parents d7d6947 + 49351f6 commit deb512f

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

examples/lines_bars_and_markers/joinstyle.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
`matplotlib.collections` as well as some functions that create these, e.g.
1010
`~matplotlib.pyplot.plot`.
1111
12-
"""
1312
14-
#############################################################################
15-
#
16-
# Join styles
17-
# """""""""""
18-
#
19-
# Join styles define how the connection between two line segments is drawn.
20-
#
21-
# See the respective ``solid_joinstyle``, ``dash_joinstyle`` or ``joinstyle``
22-
# parameters.
13+
Join styles
14+
===========
15+
16+
Join styles define how the connection between two line segments is drawn.
17+
18+
See the respective ``solid_joinstyle``, ``dash_joinstyle`` or ``joinstyle``
19+
parameters.
20+
"""
2321

2422
import numpy as np
2523
import matplotlib.pyplot as plt
@@ -54,7 +52,7 @@ def plot_angle(ax, x, y, angle, style):
5452
#############################################################################
5553
#
5654
# Cap styles
57-
# """"""""""
55+
# ==========
5856
#
5957
# Cap styles define how the the end of a line is drawn.
6058
#

0 commit comments

Comments
 (0)
0