Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e271b85

Browse filesBrowse files
committed
fix for multivariate tests
1 parent 32e0256 commit e271b85
Copy full SHA for e271b85

File tree

3 files changed

+1
-1
lines changed
Filter options

3 files changed

+1
-1
lines changed
Loading
Loading

‎lib/matplotlib/tests/test_multivariate_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_multivariate_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def test_bivar_cmap_from_image():
392392
# use bivariate colormap
393393
data_0 = np.arange(12).reshape((3, 4))
394394
data_1 = np.arange(12).reshape((4, 3)).T
395-
cmap = mpl.colors.BivarColormapFromImage(im, 'custom')
395+
cmap = mpl.colors.BivarColormapFromImage(im)
396396
axes[1].imshow((data_0, data_1), cmap=cmap,
397397
interpolation='nearest')
398398

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.