We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e68f84 + 713a594 commit 6b086e0Copy full SHA for 6b086e0
1 file changed
cmocean/tools.py
@@ -8,10 +8,7 @@
8
import matplotlib as mpl
9
10
11
-if sys.version_info > (3,):
12
- _string_types = (str, np.str_, np.unicode_)
13
-else:
14
- _string_types = (basestring, np.str_, np.unicode_)
+_string_types = (str, np.str_)
15
16
17
def print_colormaps(cmaps, N=256, returnrgb=True, savefiles=False):
0 commit comments