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 37230c1 commit 8886aaaCopy full SHA for 8886aaa
tests/test_unmap.py
@@ -1,5 +1,5 @@
1
import numpy as np
2
-import matplotlib.cm as cm
+from matplotlib import colormaps as cm
3
import scipy.signal
4
5
import unmap
unmap/unmap.py
@@ -13,7 +13,7 @@
13
14
from scipy.spatial import cKDTree
15
from scipy.cluster.vq import kmeans
16
-from matplotlib import cm
17
from matplotlib.colors import ListedColormap, hsv_to_rgb, rgb_to_hsv
18
from matplotlib.colors import to_rgb, LinearSegmentedColormap
19
0 commit comments