8000 FIX blank space issue for pep8 · matplotlib/matplotlib@e679205 · GitHub
[go: up one dir, main page]

Skip to content

Commit e679205

Browse files
NelleVtacaswell
authored andcommitted
FIX blank space issue for pep8
1 parent f9c9db1 commit e679205

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/event_handling/resample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import numpy as np
1414
import matplotlib.pyplot as plt
1515

16+
1617
# A class that will downsample the data and recompute when zoomed.
1718
class DataDisplayDownsampler(object):
1819
def __init__(self, xdata, ydata):

examples/pylab_examples/geo_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This shows 4 possible projections using subplot.
77
Matplotlib also supports
88
<a href='http://matplotlib.org/basemap/'>Basemaps Toolkit</a> and
9-
<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
9+
<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
1010
for geographic projections.
1111
"""
1212

0 commit comments

Comments
 (0)
0