Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e784a8

Browse files
committed
STY: strip trailing whitespace
1 parent 63b88eb commit 3e784a8

File tree

8 files changed

+6
-10
lines changed

8 files changed

+6
-10
lines changed

examples/color/color_cycler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
This example demonstrates two different APIs:
1010
11-
1. Setting the default
11+
1. Setting the default
1212
:ref:`rc parameter<sphx_glr_tutorials_introductory_customizing.py>`
1313
specifying the property cycle. This affects all subsequent axes
1414
(but not axes already created).

examples/images_contours_and_fields/barb_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@
6565
import matplotlib
6666
matplotlib.axes.Axes.barbs
6767
matplotlib.pyplot.barbs
68-

examples/images_contours_and_fields/contour_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
The emphasis in this demo is on showing how to make contours register
1212
correctly on images, and on how to get both of them oriented as
13-
desired. In particular, note the usage of the
13+
desired. In particular, note the usage of the
1414
:ref:`"origin" and "extent"
1515
<sphx_glr_tutorials_intermediate_imshow_extent.py>`
1616
keyword arguments to imshow and contour.

examples/images_contours_and_fields/image_masked.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@
9191
matplotlib.pyplot.colorbar
9292
matplotlib.colors.BoundaryNorm
9393
matplotlib.colorbar.ColorbarBase.set_label
94-

examples/images_contours_and_fields/pcolor_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Generating images with :meth:`~.axes.Axes.pcolor`.
77
88
Pcolor allows you to generate 2-D image-style plots. Below we will show how
9-
to do so in Matplotlib.
9+
to do so in Matplotlib.
1010
"""
1111
import matplotlib.pyplot as plt
1212
import numpy as np

examples/images_contours_and_fields/plot_streamplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@
8585
matplotlib.pyplot.streamplot
8686
matplotlib.gridspec
8787
matplotlib.gridspec.GridSpec
88-

examples/images_contours_and_fields/quiver_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Demonstration of advanced quiver and quiverkey functions
44
========================================================
55
6-
Demonstrates some more advanced options for `~.axes.Axes.quiver`.
7-
For a simple example refer to
6+
Demonstrates some more advanced options for `~.axes.Axes.quiver`.
7+
For a simple example refer to
88
:ref:`sphx_glr_gallery_images_contours_and_fields_quiver_simple_demo.py`.
99
1010
Known problem: the plot autoscaling does not take into account

examples/images_contours_and_fields/quiver_simple_demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A simple example of a `~.axes.Axes.quiver` plot with a
77
`~.axes.Axes.quiverkey`.
88
9-
For more advanced options refer to
9+
For more advanced options refer to
1010
:ref:`sphx_glr_gallery_images_contours_and_fields_quiver_demo.py`.
1111
"""
1212
import matplotlib.pyplot as plt
@@ -37,4 +37,3 @@
3737
matplotlib.pyplot.quiver
3838
matplotlib.axes.Axes.quiverkey
3939
matplotlib.pyplot.quiverkey
40-

0 commit comments

Comments
 (0)