8000
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 f9c9db1 commit e679205Copy full SHA for e679205
examples/event_handling/resample.py
@@ -13,6 +13,7 @@
13
import numpy as np
14
import matplotlib.pyplot as plt
15
16
+
17
# A class that will downsample the data and recompute when zoomed.
18
class DataDisplayDownsampler(object):
19
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.
11
"""
12
0 commit comments