8000 Dedent overindented list in example docstring. · matplotlib/matplotlib@6b19726 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b19726

Browse files
committed
Dedent overindented list in example docstring.
1 parent 4c70e91 commit 6b19726

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