8000 Fixed blank line before :include-source directive · matplotlib/matplotlib@adf6563 · GitHub
[go: up one dir, main page]

Skip to content

Commit adf6563

Browse files
committed
Fixed blank line before :include-source directive
1 parent a7dc972 commit adf6563

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/users/prev_whats_new/whats_new_3.6.0.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,8 @@ Striped lines (experimental)
148148

149149
The new *gapcolor* parameter to `~.Axes.plot` enables the creation of striped
150150
lines.
151-
152151
.. plot::
153-
:alt: Plot of x**3 where the line is an orange-blue striped line, achieved using the keywords`linestyle='--', color='orange', gapcolor='blue'
154-
152+
:alt: Plot of x**3 where the line is an orange-blue striped line, achieved using the keywords`linestyle='--', color='orange', gapcolor='blue'
155153
:include-source: true
156154

157155
x = np.linspace(1., 3., 10)

0 commit comments

Comments
 (0)
0