Skip to content

Commit

Permalink
FIX blank space issue for pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Mar 11, 2017
1 parent b8e69d4 commit bfee1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/event_handling/resample.py
Expand Up @@ -11,6 +11,7 @@
import numpy as np
import matplotlib.pyplot as plt


# A class that will downsample the data and recompute when zoomed.
class DataDisplayDownsampler(object):
def __init__(self, xdata, ydata):
Expand Down
2 changes: 1 addition & 1 deletion examples/pylab_examples/geo_demo.py
Expand Up @@ -6,7 +6,7 @@
This shows 4 possible projections using subplot.
Matplotlib also supports
<a href='http://matplotlib.org/basemap/'>Basemaps Toolkit</a> and
<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
for geographic projections.
"""

Expand Down

0 comments on commit bfee1f9

Please sign in to comment.