We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e69d4 commit bfee1f9Copy full SHA for bfee1f9
examples/event_handling/resample.py
@@ -11,6 +11,7 @@
11
import numpy as np
12
import matplotlib.pyplot as plt
13
14
+
15
# A class that will downsample the data and recompute when zoomed.
16
class DataDisplayDownsampler(object):
17
def __init__(self, xdata, ydata):
examples/pylab_examples/geo_demo.py
@@ -6,7 +6,7 @@
6
This shows 4 possible projections using subplot.
7
Matplotlib also supports
8
<a href='http://matplotlib.org/basemap/'>Basemaps Toolkit</a> and
9
-<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
+<a href='http://scitools.org.uk/cartopy/'>Cartopy</a>
10
for geographic projections.
"""
0 commit comments