Skip to content

Commit bfee1f9

Browse files
committed
FIX blank space issue for pep8
1 parent b8e69d4 commit bfee1f9

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
@@ -11,6 +11,7 @@
1111
import numpy as np
1212
import matplotlib.pyplot as plt
1313

14+
1415
# A class that will downsample the data and recompute when zoomed.
1516
class DataDisplayDownsampler(object):
1617
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)