8000 Merge pull request #14147 from anntzer/dedent · matplotlib/matplotlib@3320e23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3320e23

Browse files
authored
Merge pull request #14147 from anntzer/dedent
Dedent overindented list in example docstring.
2 parents f620c0e + 6b19726 commit 3320e23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/images_contours_and_fields/plot_streamplot.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
A stream plot, or streamline plot, is used to display 2D vector fields. This
77
example shows a few features of the :meth:`~.axes.Axes.streamplot` function:
88
9-
* Varying the color along a streamline.
10-
* Varying the density of streamlines.
11-
* Varying the line width along a streamline.
12-
* Controlling the starting points of streamlines.
13-
* Streamlines skipping masked regions and NaN values.
9+
* Varying the color along a streamline.
10+
* Varying the density of streamlines.
11+
* Varying the line width along a streamline.
12+
* Controlling the starting points of streamlines.
13+
* Streamlines skipping masked regions and NaN values.
1414
"""
1515
import numpy as np
1616
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)
0